Notion is a connected workspace that combines docs, databases, wikis, and project management into a single tool, eliminating the need to switch between separate apps for notes, tasks, and knowledge. It sits at the intersection of a word processor, spreadsheet, and relational database β making it equally useful for solo productivity, team wikis, engineering sprints, and company knowledge hubs. The key mental model that unlocks Notion's power is understanding that every page is a database entry and every database entry is a full page: this symmetry means you can start with a simple list and layer in properties, relations, and views without ever restructuring your data.
What This Cheat Sheet Covers
This topic spans 14 focused tables and 183 indexed concepts, 113 flashcards. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
A jump-to index of every table row in this cheat sheet.
An interactive map of every table and concept in this topic.
Table 1: Block Types
Every piece of content in Notion is a block. Understanding the full range of block types β and which slash command creates each β is the foundation for building efficient, visually clear pages.
| Type | Example | Description | |
|---|---|---|---|
This is a paragraph block. | β’ The default block type β’ any typing on a blank line creates a text block automatically | ||
/h1 β large title; /h2 β medium; /h3 β small | β’ Three levels of page heading β’ also triggered with # , ## , ### at line start | ||
- Item one- Item two | β’ Unordered list β’ triggered with - or * at line startβ’ supports nesting via Tab | ||
1. First step2. Second step | β’ Ordered list β’ triggered with 1. at line startβ’ auto-increments | ||
[] Buy groceries | β’ Checkbox block for task tracking β’ toggle with click or Ctrl/Cmd+Enter. | ||
> Expandable section | β’ Collapsible block that hides nested content β’ ideal for FAQs or progressive disclosure | ||
π‘ This is important | β’ Highlighted block with an emoji icon β’ draws attention to notes, warnings, or tips | ||
" A great idea starts here" | β’ Indented block with a left border β’ use for blockquotes or featured text | ||
--- | β’ Horizontal rule that visually separates sections β’ triggered with --- at line start | ||
```python β syntax-highlighted code block | Displays code with syntax highlighting for 20+ languages; supports copy button. | ||
/math β \int_0^1 x^2 dx | Renders LaTeX math equations using KaTeX; inline math also supported. | ||
/toc | Auto-generates a linked outline of all headings on the page; updates automatically. | ||
/breadcrumb | Shows the current page's location in the page hierarchy as a navigable path. | ||
/button | Creates a button that inserts a pre-defined block template when clicked; no Automation plan needed. | ||
/sync | Content that stays identical across every page where the block is embedded; edit anywhere, sync everywhere. | ||
/image β upload or paste URL | Embeds a static image; supports resize, caption, and Unsplash search. | ||
/video β YouTube URL | Embeds a playable video from YouTube, Vimeo, or uploaded file. | ||
/audio β upload MP3 | Embeds an audio player for sound files. | ||
/file β upload PDF | Attaches a downloadable file to the page. | ||
/bookmark β paste URL | Creates a rich link preview card with title, description, and favicon. | ||
/embed β Figma/Loom URL | Embeds live content from 500+ external services directly in the page. | ||
/page | Creates a nested child page inside the current page; builds hierarchical structures. |