Skip to content

Block types

Every piece of content in AuroraDocs is a block. Blocks can be inserted via the / slash command, the toolbar, or keyboard shortcuts.

Text blocks

BlockSlash commandDescription
Paragraph/textDefault text block
Heading 1/h1Large heading. Headings are collapsible — click the chevron to fold content underneath.
Heading 2/h2Medium heading (collapsible)
Heading 3/h3Small heading (collapsible)
Bullet list/bulletUnordered list
Numbered list/numberOrdered list
Checkbox list/todoPlain checkbox list
Toggle/toggleCollapsible block with customisable background colour and border
Outliner/outlineIndent-based bullet tree with per-node collapse
Quote/quoteBlock quote
Info box/infoBlue information callout
Tip box/tipGreen tip callout
Warning box/warningYellow warning callout
Danger box/dangerRed danger callout
Divider/dividerHorizontal rule
SpoilerFormat menuClick-to-reveal pill for sensitive text (passwords, dates). Select text and apply Secret from the format menu.

Code & math

BlockSlash commandDescription
Code block/codeSyntax-highlighted code. 21+ languages supported via the language dropdown.
Math block/mathBlock-level LaTeX rendered with KaTeX
Inline math$...$Inline LaTeX formula

Layout

BlockSlash commandDescription
Columns/columnsSplit content into 1–8 side-by-side columns with background, border, and corner styling
Table/tableResizable content table with header row
Table of Contents/tocAuto-updating table of contents generated from document headings

Media & embeds

BlockSlash commandDescription
Image/imageUpload, paste, or AI-generate an image. Supports drag-to-resize and alignment.
File attachment/fileAttach any file (up to 64 MB) with a download link
YouTube embed/youtubePaste a YouTube URL for a full embed
Link preview/linkRich preview card for any URL with favicon and domain
Live web embed/webResizable iframe for Figma, Loom, GitHub Gist, CodeSandbox, CodePen, Observable, and Vimeo
Page embed/embedEmbed another page's content live (workspace only)
Canvas embed/canvasEmbed a canvas object with a live SVG thumbnail (workspace only)
Include object/includeLive read-only transclusion of another object's full content (workspace only)
Object card/cardVisual card linking to another Aurora object (workspace only)

Databases & collections

BlockSlash commandDescription
Inline database/databaseCreate a new inline database (workspace only)
Linked database/linkedEmbed an existing database inline (workspace only)
Inline set/setLive filtered list of objects by type (workspace only)
Inline collection/collectionEmbedded live collection view — list, table, gallery, or board (workspace only)
Live query/queryStructured filter/sort query block showing matching objects live (workspace only)

Tasks

BlockSlash commandDescription
Checkbox list/todoPlain checkbox list (not linked to task objects)
Standalone task/taskA standalone checkbox block
Task (linked)/linked-taskCreates a real task object and embeds it inline (workspace only)

Knowledge

BlockHow to insertDescription
Block referenceType ((Reference any block by its ID. Content renders live.
Page linkType @Search and link to any page
Object linkType [[Wiki-style link to another Aurora object
HashtagType #wordAuto-styled accent-coloured tag

AI

BlockSlash commandDescription
AI generate/AIOpens an AI dialog to generate text using your configured BYOK provider or hosted Aurora AI when available

Mind map

The mind-map block (/mindmap) creates an auto-laid-out idea tree. Add, edit, and delete nodes directly on the canvas. Branches are arranged automatically as you grow the map.

Toggles

Toggles let you collapse and expand content. Click the triangle to toggle. You can nest any block type inside a toggle. Toggles support a custom background colour and border styling.

Collapsible headings

All headings (H1, H2, H3) are collapsible by default. A chevron appears on hover — click it to fold all content under that heading until the next heading of equal or higher level. The collapsed state is persisted per-device.

Outliners

Outliners are indent-based bullet trees with collapse/expand per node. Use Tab to indent and ⇧Tab to outdent. They don't affect your regular paragraph structure.

Code blocks

Start a code block with /code and select a language from the dropdown. Supported languages include TypeScript, JavaScript, Python, Rust, Go, SQL, Bash, JSON, YAML, HTML, CSS, and more.

Math (KaTeX)

Use /math for a block-level formula, or wrap text in $...$ for inline math. KaTeX renders the LaTeX syntax.

$E = mc^2$

$$
\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}
$$

Built with AuroraDocs.