DOCUMENTATION

Slash commands

Last updated May 2026
Editor
All plans

Type / on any empty block (or mid-sentence) to open the command palette. Start typing to filter — the palette searches by block name, description, and keywords simultaneously.

Opening the palette

The palette opens whenever you type / as the first character on an empty block, or at any cursor position mid-sentence. It positions itself below the current line and stays anchored as you type the filter query.

Slash command palette
/headingsearch commands…
Headings
H1
Heading 1
Large section heading
H2
Heading 2
Medium subsection heading
H3
Heading 3
Small sub-subsection heading
↑↓ navigate↵ selectEsc close

Use / to move through the list, Enter to insert the highlighted block, and Escape to close the palette without inserting. Clicking any item also inserts it.

If no query matches, the palette shows an empty state. Pressing Escape or continuing to type a non-matching sequence closes the palette and leaves the / in the block content.

All commands

Basic

BlockKeywordsDescription
Paragraphparagraph, text, pPlain text block. The default block type.
"Quotequote, blockquoteIndented pull-quote with a left border accent.
Dividerdivider, hr, ruleHorizontal separator line.
To-dotodo, checkbox, taskCheckbox list item.
Calloutcallout, note, info, tipHighlighted box with an icon and background color.
BButtonbutton, cta, linkStyled link button.

Headings

BlockKeywordsDescription
H1Heading 1h1, headingLarge section heading.
H2Heading 2h2, headingMedium subsection heading.
H3Heading 3h3, headingSmall sub-subsection heading.

Lists

BlockKeywordsDescription
Bulleted listlist, bullet, ulUnordered list.
1.Numbered listnumbered, olOrdered list.
Toggletoggle, collapseCollapsible block that hides child blocks inside.

Media

BlockKeywordsDescription
🖼Imageimage, photo, imgUpload or embed an image.
<>Embedembed, iframe, urlEmbed any URL as an iframe.
YouTube Shortsyoutube, shorts, videoEmbed a YouTube or YouTube Shorts video.
Spreadsheetspreadsheet, tableInline spreadsheet with formulas.
Infinite Carousellogo, scroll, tickerAuto-scrolling logo/image ticker strip.

Advanced

BlockKeywordsDescription
</>Code Blockcode, snippetSyntax-highlighted code editor.
Table of Contentstoc, contentsAuto-generated list of H2/H3 headings.
Tab Bartab, tabsTabbed content switcher.
Hero Sectionhero, banner, coverFull-width canvas with elements and backgrounds.
Sectionsection, bandFull-width background band wrapping child blocks.
◁▷Carouselcarousel, slidesSwipeable slide deck.
Databasedatabase, table, dbStructured data with multiple views.
📄Pagepage, subpageInline link to a child page.
ΣEquationequation, math, latexLaTeX math equation.
AIAIai, writeOpen the inline AI prompt on an empty block.

Markdown shortcuts

Several block types can also be triggered by typing a Markdown-style prefix at the start of an empty block and pressing Space or Enter. The prefix is removed and the block converts automatically.

Type thisCreates
#Heading 1
##Heading 2
###Heading 3
-Bulleted list
*Bulleted list
1.Numbered list
>Toggle
>>Quote
[]To-do
---Divider
```Code block