Skip to content

Blocks and the slash menu

Block types, the slash menu, and markdown shortcuts.

Every line in a note is a block with a type. Change a block's type from the slash menu or with a markdown shortcut.

The slash menu

Type / at the start of a block and keep typing to filter. The English block names work in every interface language.

Block types

BlockWhat it is
TextA paragraph.
Heading 1 to 4Section headings. They also appear in the note's Index.
Bullet ListAn unordered list item.
Numbered ListAn ordered list item.
To-doA checklist item with a checkbox.
QuoteQuoted text.
CalloutA tinted aside. Click the icon to change its emoji.
WarningA callout in a cautioning style.
CodeA monospaced block with a language picker for highlighting.
DividerA horizontal rule.
Two columnsTwo side-by-side stacks of blocks with a draggable divider.
ImageA picture with an optional caption. See Images.
TableRows and columns. See Tables.
EquationA block of LaTeX math.
PageA nested note, shown as a link with the note's title.

Markdown shortcuts

At the start of a text block, type the marker and a space:

TypeGet
# to ####Heading 1 to 4
-, *, or +Bullet list item
1. (any number)Numbered list item
[]To-do item
>Quote
```Code block
---Divider

The list markers also work on a line that already has text. The others only work on an empty line.