Related documentation
The Editor
Metadata Section
The metadata for the post/page can be edited through a form or you can access the YAML directly through the RAW button. Click the ▶︎ to see the metadata, click the ▼ to hide it.
As you change things, certain new metadata fields may show up: changing post_type from article to podcast will show fields related to podcasts.
You can use the + Add Field button to see a list of suggested fields as well as an option to add a Custom field.
Content Section
Keyboard Shortcuts
| Command | Action |
|---|---|
| cmd/ctrl–s | Save |
| cmd/ctrl–p | Open Preview |
| cmd/ctrl–b | Bold |
| cmd/ctrl–i | Italic |
| cmd/ctrl–~ | Strikethrough |
| cmd/ctrl–k | Link |
| cmd/ctrl-z | Undo |
Table of Contents
You can access the TOC same as the metadata with the ▶︎ button. This allows you to:
- jump to a particular heading and is great for navigating long documents. It will go close as soon as you start typing.
- copy a url that links directly to that heading
Formatting Buttons
The format buttons for B, I and allow you to select text and then apply the needed Markdown to those elements.S
The 1. LIST and • LIST buttons will start an ordered or unordered list:
- hit enter once to create the next item
- hit enter twice to exit out of the list
The 🔗 button will wrap the selected text in Markdown link syntax and move the cursor between the parenthesis so you’re ready to paste the URL.
The F1 button creates a footnote:
- Put the cursor where you want the field note added.
- Click the button and it will bring you to the bottom of the editor to add your footnote text.
- Click
✓ DONE WITH FOOTNOTEand it will bring you write back to where you insterted the footnote.
Roe-anji Buttons
You can edit the templates for the CARD and COLLECTION buttons here: Settings → Defaults
GALLERY will add the image gallery syntax to the editor at the current cursor position. This isn’t required for simple galleries, only for more complex layouts. More details here: Galleries
CARD ▼ will open a menu with card options:
- Pull Quote - stylized text pulled out of the flow of the body text
- Aside - text/image that runs alongside the text at large sizes and sits within the text at smaller sizes.
- Post Link - stylized link to another post in your site.
Clicking the option will drop the syntax at your cursor in the editor. Post-link allows you to search for any post in your system and then select it.
You can learn about each of these in detail here: Cards
COLLECTION will drop in the basic Collections syntax at your cursor in the editor. Collections are very powerful and you can learn all about them here: Collections
MEDIA ▼ will open a menu to insert media:
- Images
- Audio
- Video
- Select media type. From there you can:
- Search
- Click one or more items to select them
- Upload new files directly
- Click
Insert Selectedto insert the Markdown at your cursor position
Selecting 3 files to insert will add them one per line, which in the case of images creates a simple gallery:



Insertions are undoable with cmd/ctrl–z.