Skip to content

Slash commands

The slash menu inserts blocks without leaving the keyboard: while editing text, type / and a menu of everything you can insert opens under your cursor. It's the fastest way to build a page up from a blank paragraph.

The slash menu open under an empty paragraph, showing the block list

Insert a block

  1. While editing text, type / on an empty line or after a space.

  2. Keep typing to filter the list — he narrows to the headings, img finds Image.

  3. Move through the matches with and , then press Enter — or click an entry.

  4. The block appears and you're already editing it — keep typing.

On an empty paragraph, the paragraph itself becomes the block you chose. On a line that has text, the text stays where it is and the new block lands right after it.

To close the menu without inserting anything, press Esc , click anywhere else, or delete back past the / . And a slash in the middle of a word — "and/or" — just types a slash; the menu only opens at the start of a line or after a space.

The block list

Command What you get
Heading 1 Large heading
Heading 2 Medium heading
Heading 3 Small heading
Paragraph Plain text
Bulleted List Unordered list
Numbered List Numbered list
Blockquote Quote block
Image Image
Horizontal Rule Divider line
Button Button element
Link Anchor link
Code Block Preformatted code
Table Table
Div Container
Section Section container

Filtering matches either the name or the element's short tag, so ol finds Numbered List and h1 finds Heading 1.

Tip

The same menu appears when you click the name badge on the block action bar to convert a selected element into something else — see The canvas .

Next