Editor Guide
Master the editor with shortcuts, formatting, and slash commands.
The Slash Command
Type '/' anywhere in the editor to open the command menu. This is your fastest path to inserting any block type - headings, lists, code blocks, dividers, and more.
markdown
/heading 1 - Large section title
/heading 2 - Subsection title
/heading 3 - Group title
/bullet - Bulleted list
/number - Numbered list
/todo - Checkbox list
/code - Code block with syntax highlighting
/quote - Blockquote
/callout - Highlighted callout box
/divider - Horizontal rule
/image - Insert an imageKeyboard Shortcuts
Power users can navigate entirely by keyboard. Here are the essential shortcuts:
- Cmd+P - Quick open / search pages
- Cmd+Shift+N - New page
- Cmd+B - Bold
- Cmd+I - Italic
- Cmd+K - Insert link
- Cmd+E - Inline code
- Cmd+Z - Undo
- Cmd+Shift+Z - Redo
Markdown Support
The editor supports Markdown-style shortcuts. Type naturally and your text will auto-format: # for heading, ** for bold, ` for inline code, and > for quotes.