Insert document blocks fast
Type / anywhere — Wiki, daily notes, memos — to add the block you need.
The basics
Type a slash (/)
/Type / on an empty line (or at the end of a line) and the block menu opens, grouped by category.
Narrow it with keywords
With the menu open, keep typing an English or Korean keyword and only matching blocks remain — for example /table, /code, /callout.
Choose with arrow keys and Enter
↑↓ to move, Enter to insert. Esc, or a click on empty space, closes the menu.
Basic blocks (the 10 you'll use most)
- Headings H1, H2, H3 —
/h1,/h2,/h3 - Bullet and numbered lists —
/bullet,/number - Checklist —
/todo,/check,/task - Quote —
/quote - Divider —
/divider,/hr,--- - Code block —
/code(choose a language for syntax highlighting; toggle wrap and line numbers) - Callout —
/callout(5 kinds: info/tip/warn/success/error) - Toggle —
/toggle(a section that collapses and expands) - Column layout —
/columns(split into 2 to 4 columns) - Divider — typing
---converts it automatically
Table — the new grid picker
/table
Pick Table in the menu and an 8 × 10 Notion-style grid picker opens in a popover.
Hover rows and columns, then click
Move the pointer to the rows × columns you want, check the highlighted area, and click or press Enter to insert. Arrow keys (↑↓←→) size it precisely too, and Esc cancels.
A contextual toolbar when you enter a cell
Click any cell in the inserted table and a floating toolbar appears above it, holding 12 actions in one place — add and remove rows and columns, toggle the header, merge and split cells, distribute column widths evenly, and delete the whole table.
Media and embeds
- Image —
/image, clipboard paste, or drag and drop. Resizing, captions, and full-width paste are supported - File attachment —
/file, or drag and drop (any mime type — PDF, zip, documents) - YouTube —
/youtube, or paste a URL for an automatic embed - Figma —
/figma, or paste a share link for an automatic iframe - draw.io —
/diagram, an inline diagram editor - Mermaid —
/mermaid, text to chart (sequence, flow, Gantt, and more) - LaTeX math —
/mathfor inline,$$$...$$$for a block - Link card — paste a URL on its own for an automatic favicon and preview chip
Wiki only — linking pages
[[Page name]] wiki links
Two square brackets open a page search popover. Pages and tasks are searched together, and what you pick is inserted as a page mention chip.
Mentions
@ is for teammates, [[ is for pages and tasks. Each has an autocomplete popover for picking quickly.
/page list and /subpages
A dynamic page-list block with scope, view, sort, and filter. Behaves like Notion's page list.
/toc (Contents)
An automatic table of contents from H1 to H3 on the current page. Scroll sync plus click to jump.
Data and tasks
- /database — put a database in the document (table, board, gallery, list, calendar, timeline, form, and chart views)
- /task query — filter project tasks by condition and embed them
- /properties (Wiki only) — page metadata fields (properties in Notion)
- /block ID — give a paragraph an ID and deep-link to it from another page
No recursion inside Peek
Inside a page Peek (the side panel), recursive blocks such as page list, subpages, and databases are left out of the slash menu automatically, which prevents infinite nesting. _slashCtx.insidePeek is the single branch point.

