How to Use
Type/ at the start of a line to open the slash command menu:
Slash commands only work at the start of a line and are disabled inside code blocks.
Available Commands
Text & Headings
Text
Text
Aliases:
paragraph, body, plain, normalConverts the current block to plain body text (removes heading/list formatting).Heading 1
Heading 1
Aliases:
h1, heading, titleInserts a large section heading (equivalent to # Heading in markdown).Heading 2
Heading 2
Aliases:
h2, heading, subtitleInserts a medium section heading (equivalent to ## Heading in markdown).Heading 3
Heading 3
Aliases:
h3, headingInserts a small section heading (equivalent to ### Heading in markdown).Heading 4
Heading 4
Aliases:
h4, headingInserts the smallest section heading (equivalent to #### Heading in markdown).Lists
Bullet List
Bullet List
Aliases:
ul, unordered, listCreates an unordered list with bullet points.Numbered List
Numbered List
Aliases:
ol, ordered, list, numberedCreates a numbered list.Task List
Task List
Aliases:
todo, checklist, checkboxCreates a list with interactive checkboxes.Blocks
Blockquote
Blockquote
Aliases:
quoteCreates a block quotation for highlighting text.Code Block
Code Block
Aliases:
code, fenced, preInserts a fenced code block for displaying code snippets.Horizontal Rule
Horizontal Rule
Aliases:
divider, separator, hr, lineInserts a horizontal divider line.Rich Content
Image
Image
Aliases:
picture, photo, imgOpens the image file picker to insert an image from disk. Images are automatically copied to the assets/ folder.This command triggers the same image picker as the toolbar button.
Table
Table
Aliases:
gridInserts a 3×3 table with a header row.Wikilink
Wikilink
Aliases:
link, note, wikilink, [[Inserts [[ to trigger wikilink autocomplete for linking to other notes.See Wikilinks for more details.Intelligent Filtering
The slash command menu uses fuzzy matching across multiple fields:- Title - Matches the command name (e.g., “Heading 1”)
- Description - Matches the description text (e.g., “Large section heading”)
- Aliases - Matches alternative names (e.g.,
h1,title,heading)
- Example: /h
- Example: /list
- Example: /code
Typing
/h shows:- Heading 1, 2, 3, 4
- Horizontal Rule (alias:
hr)
Implementation
Slash commands are implemented as a TipTap extension using the Suggestion plugin:Tips
Fast Navigation
Use slash commands to format without leaving the keyboard
Aliases
Type short aliases like
/h1, /ul, /hr for speedFuzzy Search
Partial matches work - try
/quo for BlockquoteEscape Hatch
Press
Esc if you accidentally trigger the menu