Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 5.52 KB

File metadata and controls

67 lines (38 loc) · 5.52 KB

Block Types

There are many different types of blocks, each serving a unique purpose. Feel free to add and test out as many as you like.

Text blocks

BlockWhat it's for
ParagraphStandard text
Title, Heading, SubheadingSection structure, also known as headings (H1, H2, and H3)
TitleTitle of the object
QuoteQuoted or highlighted text
CalloutBoxed text for warnings, tips, or notes
CodeMonospaced code with syntax highlighting
ToggleCollapsible block that hides nested content
Toggled HeadingA heading that also toggles its section. See Toggled Headings

List blocks

BlockWhat it's for
Bulleted listStandard bullets
Numbered listAuto-numbered list
Checkbox / To-doTappable checkboxes for action items

Press Tab inside a list item to indent it (creating a nested sub-list). Shift + Tab outdents.

Media blocks

BlockWhat it's for
ImageInline image (uploaded or embedded by URL)
VideoEmbedded video player
AudioEmbedded audio player
FileGeneric file with download link
PDFPDF preview

Drag a file onto the editor to insert it. Each file becomes a File Object you can find and reference elsewhere.

{% hint style="info" %} Tip: Use the /file shortcut to add an existing image or file that's already in your space into a block. This way, you don't need to re-upload the same file. Instead, upload the file once and re-use it over and over again. {% endhint %}

Structural blocks

BlockWhat it's for
DividerHorizontal line separator
Table of ContentsAuto-generated from your headings
TableSpreadsheet-style data block
ColumnsCreated by dragging blocks side by side (no separate "column block" — see below)

Tables

Insert a table block via /table. The table starts as a small grid you can extend by dragging the right or bottom edge. Each column can be resized — drag the boundary between two columns to set a custom width. Custom widths are preserved when you export to PDF.

You can also select multiple cells at once:

  • Click and drag across cells to select a range
  • Apply formatting (bold, color) to the entire selection
  • Copy multiple cells to paste elsewhere
  • Delete the contents of the selection

Reference blocks

BlockWhat it's for
Link to ObjectCard or text reference to another Object
Inline DateReference to a date in time
Inline MentionInline @-style mention to an Object
Inline QueryEmbedded live Query
Inline CollectionEmbedded live Collection
Inline ChatEmbedded Chat thread

Property blocks

BlockWhat it's for
PropertyAdd an Object's Property as a block in the body content

Useful for surfacing key properties.md prominently. The Property block stays in sync with the Property's value — change one and all others will update. This enables fancy templates and designs for all of your documents.

Code blocks

Code blocks support:

  • Syntax highlighting — pick the language from the dropdown in the block's top-right corner
  • Multi-line indentation — select multiple lines and press Tab to indent them all, Shift + Tab to outdent
  • Copy — a copy button appears on hover to copy the entire block to your clipboard
  • Wrap toggle — long lines can wrap or scroll horizontally

Type ``` (three backticks) followed by space at the start of a line to convert it to a code block instantly. After creation, click the language dropdown to switch syntax highlighting.

Embed blocks

See Embeds for the full list — LaTeX, YouTube, Miro, Mermaid, Figma, Excalidraw, and more.