Using the editor

The editor is designed to let you focus on writing. While it should be easy to figure out, here’s a little guide on how to use it (including a few secret tips).

Formatting

To format text, select it, and a formatting toolbar will appear, which includes the most common formatting options you will probably need. But there’s more, read on.

Keyboard shortcuts

These are all the keyboard shortcuts available right now:

  • cmd/ctrl + b makes the selection bold.
  • cmd/ctrl + i makes the selection italic.
  • cmd/ctrl + k inserts a link.
  • cmd/ctrl + e makes the selection inline code.
  • cmd/ctrl + option/alt + 1 turns the line into a heading.
  • cmd/ctrl + option/alt + 2 turns the line into a heading 2.
  • cmd/ctrl + option/alt + 3 turns the line into a heading 3.
  • cmd/ctrl + option/alt + 4 turns the line into a heading 4.

Markdown shortcuts

The editor supports Markdown-like shortcuts that make formatting text very easy. You just type one or two characters and it’s done.

At the beginning of a line, type:

  • # followed by a space, to turn the line into a heading.
  • ## followed by a space, to turn the line into a heading 2.
  • ### followed by a space, to turn the line into a heading 3.
  • #### followed by a space, to turn the line into a heading 4.
  • - or * followed by a space, to create a bulleted list.
  • 1. followed by a space, to create a numbered list.
  • > followed by a space, to create a quote.
  • --- to create a divider.
  • ``` to create a code block.
  • You can also type ` anywhere, followed by any character, to create inline code.

    Adding images

    To add images, just drag and drop them into the editor and they’ll be automatically uploaded and added to the document. Or else use the block menu that appears when creating a new line. Pasting an image from the clipboard works too.

    Settings

    On the Settings, under the dropdown at the top right, you can add tags, set a custom excerpt, image, URL slug, or publish date (you can also schedule a post by setting a future publishing date!).

    Publishing

    Finally, you can click the Preview button at the top to see how a post looks before publishing it, and when you’re all set, just hit Publish and your post will go live.