Pages & Notes (Block Editor)
Create notes and documentation with the Notion-like block editor.
Contents
Pages & Notes (Block Editor)
Pages is your built-in tool for notes, documentation, and knowledge management. The Notion-like block editor enables structured content with diverse formatting options.
Overview
The Pages feature consists of two areas:
| Area | Description |
|---|---|
| Page Tree (left) | Hierarchical navigation of all pages |
| Editor (right) | Block editor for editing the selected page |
Creating Pages
Create a New Page
- Click + New Page in the page tree
- Enter a title
- Optionally select a parent page (for nested hierarchies)
- Click Create
Page Types
| Type | Availability | Description |
|---|---|---|
| Org Pages | All plans | Standalone pages at the organization level |
| Project Pages | Professional plan | Pages linked to a project for project-specific documentation |
The Page Tree
Navigation
- Pages are arranged hierarchically (parent and child pages)
- Click the arrow next to a page to expand/collapse child pages
- Click a page to open it in the editor
Searching Pages
- Use the search field at the top of the page tree
- Type the page name
- Results are filtered live
Organizing Pages
- Move: Drag and drop pages in the page tree to adjust the hierarchy
- Nest: Drag a page onto another to make it a child page
Breadcrumb Navigation
Above the editor, a breadcrumb bar shows the path to the current page:
Home > Project Documentation > API Design > Endpoints
Click an entry to jump directly to that page.
The Block Editor
The editor is based on Tiptap and works with blocks. Each paragraph, heading, and element is a block.
Slash Commands (/ Menu)
Type / at the beginning of a line to open the block menu:
| Command | Block Type | Description |
|---|---|---|
/h1 | Heading 1 | Large heading |
/h2 | Heading 2 | Medium heading |
/h3 | Heading 3 | Small heading |
/list | Bullet List | Unordered list |
/numbered | Numbered List | Ordered list |
/task | Task List | List with checkboxes |
/code | Code Block | Source code with syntax highlighting |
/callout | Callout | Highlighted info box |
/quote | Quote | Block quote |
/divider | Divider | Horizontal line |
Type the first letters of the desired block to filter the selection, and confirm with Enter.
Bubble Menu (Text Formatting)
Select text to display the bubble menu:
| Action | Description |
|---|---|
| Bold | Format text as bold |
| Italic | Format text as italic |
| Link | Insert a hyperlink |
| Code | Format as inline code |
Task Lists
Create interactive checklists:
- Type
/taskand confirm with Enter - Write your task
- Click the checkbox to check off tasks
- Press Enter for the next task
Code Blocks
For source code with syntax highlighting:
- Type
/codeand confirm with Enter - Select the programming language from the dropdown
- Enter your code
- Highlighting automatically adapts to the selected language
Callout Blocks
Callouts are highlighted information boxes:
- Type
/calloutand confirm with Enter - Write your note text
- Callouts are ideal for important notes, warnings, or tips
Auto-Save
The editor saves your changes automatically:
- Changes are saved after 500 milliseconds of inactivity
- A status indicator shows the save status:
- Saved -- All changes are saved
- Saving... -- Changes are being transmitted
No manual saving needed: Just write and leave the editor at any time. Your changes are automatically saved.
Page Icons
Give your pages a visual identifier:
- Click the icon to the left of the page title
- Choose an emoji from the picker
- The icon appears in the page tree and breadcrumb navigation
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl+B | Bold |
Ctrl+I | Italic |
Ctrl+K | Insert link |
Ctrl+E | Inline code |
Ctrl+Shift+1 | Heading 1 |
Ctrl+Shift+2 | Heading 2 |
Ctrl+Shift+3 | Heading 3 |
/ | Open slash command menu |
Tips for Effective Documentation
- Use hierarchy -- Group related pages as child pages for clear structures
- Assign icons -- Emojis as page icons make it easier to find pages quickly
- Use task lists -- Ideal for meeting notes with action items
- Use callouts -- Visually highlight important information
- Use project pages -- Keep project-specific documentation directly with the project (Professional plan)
- Use search -- With many pages, find content faster using the search in the page tree
Last updated: 4/6/2026