Notion is an all-in-one workspace platform combining note-taking, databases, wikis, project management, and collaboration tools into a single unified interface. Founded in 2013, Notion uses a block-based architecture where every piece of contentβtext, images, databases, embedsβexists as a draggable, nestable block that can be arranged, linked, and transformed on the fly. At its core, Notion treats pages as databases and databases as collections of pages, creating a bidirectional knowledge graph. The key mental model: everything is a page, every page can be a database, and every database entry is itself a full pageβenabling workflows that traditional tools can't match. As of 2026, Notion has evolved into a programmable agent platform with Custom Agents, Dashboard views, Chart views, Presentation mode, and AI-powered automation running directly inside your workspace.
What This Cheat Sheet Covers
This topic spans 20 focused tables and 287 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
Table 1: Core Block Types
| Block | Example | Description |
|---|---|---|
Type normally or /text | β’ Standard plain text block β’ supports bold, italic, inline code, and | |
/h1, /h2, /h3 | β’ Hierarchical section headers β’ H1 for major sections, H2 for subsections, H3 for details β’ toggle heading option collapses content beneath. | |
/todo then [ ] β [x][ ] Buy groceries | β’ Interactive checkbox items β’ Cmd/Ctrl + Enter completes tasksβ’ supports nested sub-tasks via indentation. | |
- or * at line start- First point - Nested point | β’ Standard unordered list β’ Tab indents for nesting, Shift+Tab outdents β’ Markdown-compatible. | |
1. at line start1. First step2. Second step | β’ Auto-incrementing ordered list β’ re-orders automatically when items move β’ supports multi-level numbering via Tab. | |
/toggleβΈ Click to expand Hidden content | β’ Collapsible container block β’ reveals nested content on click β’ Cmd/Ctrl+Opt+T expands/collapses all toggles on page. | |
/calloutπ‘ Pro tip: Use synced blocks to reuse content | β’ Highlighted box with custom icon and background color β’ perfect for warnings, tips, notes, or important information. | |
> at line start"Design is intelligence made visible" | β’ Blockquote with left border styling β’ ideal for citations, testimonials, or highlighting key statements. |