Command Menu (Slash Menu)

The slash menu is the fastest way to insert any block type using just the keyboard. Press / on an empty line to open it.

How to Open

Place the cursor on a new empty line and press /. A searchable command list appears. Start typing the block name to filter results.

/ → opens the menu
/co → shows "Code Block", "Callout"
/ta → shows "Table", "Task List"

Command menu

ActionKey
Move down
Move up
Insert blockEnter
Close without actionEsc

Text Blocks

CommandResult
/h1 or # Heading H1
/h2 or ## Heading H2
/h3 or ### Heading H3
/pParagraph
/quoteBlockquote
/bullet or - Bulleted list
/numbered or 1. Numbered list
/taskTask list with checkboxes

Content Blocks

CommandResult
/code or ```Code block with highlighting
/toggle or > Toggle block
/calloutCallout block
/tableTable
/imageUpload image
/dividerHorizontal divider

Special Blocks

CommandResult
/mathMath formula (LaTeX)
/mermaidMermaid diagram
/embedEmbedded FlowEra widget
/mentionMention a team member
/dateInsert date

Markdown Shortcuts

Many blocks can be created without opening the menu — using Markdown syntax directly:

# Heading    → H1 (press Space after #)
## Heading   → H2
- Item       → bulleted list
1. Item      → numbered list
> Quote      → blockquote

Markdown shortcuts only trigger at the beginning of a line when you press Space after the character.