Formatting Documents
Folioβs editor supports the formatting youβd expect from any modern document tool β headings, lists, quote blocks, code blocks, tables, hyperlinks, and more. There are three ways to apply formatting in a Document:
- Slash commands β type
/to open a menu of block and formatting commands. - Markdown shortcuts β type common markdown syntax (e.g.,
#for a heading,-for a bullet) and the editor converts it on the fly. - Keyboard shortcuts β see Use Keyboard Shortcuts for the full list.
Slash commands
Type / anywhere in the editor to open the slash command menu for blocks and formatting without leaving the keyboard.
Use the β and β arrow keys to highlight the option you want, then press Enter to select it β full formatting without ever leaving the keyboard, designed to be fast.
Dismiss with Escape or by closing the menu without choosing an item. Type to filter (for example /he for headings).
| Command | Inserts |
|---|---|
/h1 or /heading 1 | Heading 1 |
/h2 or /heading 2 | Heading 2 |
/h3 or /heading 3 | Heading 3 |
/bullet | Bullet list |
/numbered | Numbered list |
/task or /check | Task / checklist |
/quote | Block quote |
/code | Code block |
/divider | Horizontal rule |
/table or /tbl | Table |
/image, /img, or /pic | Image |
/link, /hyperlink, or /lnk | Hyperlink |
Markdown shortcuts
Type these at the start of a blank line and the editor converts them on the fly.
| Type at line start | Block type |
|---|---|
# + Space | Heading 1 |
## + Space | Heading 2 |
### + Space | Heading 3 |
- or * + Space | Bullet list |
1. + Space | Numbered list |
[ ] + Space | Task list item |
> + Space | Blockquote |
``` | Code block |
--- | Horizontal rule / divider |
URLs auto-link as you type β paste or type https://β¦ or www.β¦ and the editor turns it into a hyperlink.
Typography auto-replacements
These fire inline the moment you finish typing the pattern β no Enter needed.
Note on ---: on a blank line it becomes a horizontal rule / divider (see Markdown shortcuts above). When typed inline within other text, it becomes an em dash (β) instead.
| Type this | Becomes |
|---|---|
--> | β |
<-- | β |
<-> | β |
==> | β |
<== | β |
--- + Space | β (em dash) |
-- + Space | β (en dash) |
... | β¦ |
(c) | Β© |
!= | β |
>= + Space | β₯ |
<= + Space | β€ |
+- | Β± |
Related: Using the Document Editor Β· Use Keyboard Shortcuts Β· Insert Mentions with @