This page is a reference card. The in-app Cmd+? overlay has the same content; this version is shareable.
Outliner — editing
| Shortcut |
Action |
| Enter |
New sibling bullet |
| Shift+Enter |
New child "note" bullet (annotation style) |
| Option+Enter |
Literal newline inside the current bullet |
| Tab |
Indent |
| Shift+Tab |
Outdent |
| Backspace at start of bullet |
Merge into previous |
| Alt+Shift+Up / Down |
Move bullet within its siblings |
Outliner — selection
| Shortcut |
Action |
| Shift+Up / Down |
Extend selection across bullets |
| Cmd+A |
Select all bullets on the page |
| Cmd+X / Cmd+C / Cmd+V |
Cut / copy / paste, multi-bullet aware |
| Shortcut |
Action |
| Cmd+B |
Bold (wraps in **...**) |
| Cmd+I |
Italic (wraps in *...*) |
| Cmd+U |
Underline |
| Backticks |
Inline code |
Tasks
| Shortcut |
Action |
| Cmd+Enter on a task |
Toggle done |
/task then space |
Convert bullet to task |
Navigation
| Shortcut |
Action |
| Cmd+K |
Jump palette — pages, bullets, tags |
| Cmd+. |
Zoom into the current bullet |
| Cmd+, |
Zoom out |
| Cmd+' |
Go home |
Undo / redo
| Shortcut |
Action |
| Cmd+Z |
Undo — per-page, batches rapid edits within 500ms |
| Cmd+Shift+Z or Cmd+Y |
Redo |
Export
| Shortcut |
Action |
| Cmd+Shift+E |
Export the current subtree (Markdown / OPML / Plain Text / Formatted HTML) |
Other
| Shortcut |
Action |
| Escape |
Exit edit mode |
| Cmd+? |
Open the in-app shortcut overlay |
Syntax
References
(( — opens the reference picker. Pick any bullet to embed a live link to it. The popover also has a Create new node… action.
#word — inline tag. Word-boundary anchored, so a heading starting with # is not a tag.
Block-type shortcuts
Type the slash command followed by space at the start of a bullet to convert its type:
/task
/decision
/question
/event
/claim
/evidence
/note
Headings
Start a bullet with # , ## , or ### to render it as a heading.
Inline markdown
Standard **bold**, *italic*, and inline code with backticks.