Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Commandline docs from readme #1018

Merged
merged 1 commit into from
Jun 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,3 @@ By showing critical UI in the body of the content, many can get their basic blog
When the Post Settings sidebar is open — which it is by default — you are essentially in advanced layout mode. By default you'll see all your metaboxes right there.

Every block can be _inspected_ by clicking it. And every block has advanced layout options available in the inspector; text might have drop-cap, image might have fixed position scrolling. As such, block attributes fall in two camps — the most important ones available right on the block, advanced ones living in the sidebar inspector.

**The Newline as your Commandline**

When your cursor is on a new line, you can either start typing, or you can use one of these commands to do cool things:

- Type `/` to invoke the inserter.
- Type `-` to start a list, other Markdown tricks work too.
- Type `#` for headlines. Note the space.

Some of these work already, but the idea can be extended in the future. For example `#tagname` (no space) might let you add tags in the body of the content.