docsget startedQuick tour
#Quick tour
A two-minute pass over the reading surface, the outline, and search.
#The reading surface
Open a document and it renders on a fixed measure with a serif reading face. Headings, tables, code, math, task lists, and diagrams all render inline:
- GFM tables and task lists
- Syntax-highlighted code (Shiki, dual light/dark themes)
- Math with KaTeX — inline like and in display blocks
- Indexing leaves source unchanged; explicit saves write your edits
#The outline
Every heading becomes an outline entry that tracks your scroll position. The outline is built from the source headings — not from raw HTML — so it can never be spoofed by markup inside the document.
#Search
Press Cmd/Ctrl + K to open the palette. Type a query and pick an intent:
| Intent | What it does |
|---|---|
| Best | Hybrid — lexical and semantic, fused |
| Exact | Literal term matches only |
| Semantic | Meaning-weighted |
| Recent | Newest-modified first |
| Related | Notes related to the open document |
Press Cmd/Ctrl + P for the file jump.