iOS / Note Management /
Pinned Notes
Pin your most important notes for quick access
Pinned notes are the notes you want quick access to. They appear in a dedicated page and on the Home dashboard.
Pinning a Note
There are two ways to pin a note:
- Command Bar — open a note in the editor, pull down to open the Command Bar, and select Pin Note.
- Frontmatter — add
pinned: trueto the note's YAML frontmatter:
---
pinned: true
---
To unpin, use the Command Bar's Unpin Note action, or change the frontmatter to pinned: false.
The Pinned Page
Open Pinned from the More menu. All your pinned notes are listed here. Tap any note to open it in the editor.
A search field at the top lets you fuzzy-filter the list when you have many pinned notes.
If no notes are pinned yet, the page shows a pin icon with the message "No pinned notes yet" and a hint to pin notes from the editor.
Pinned on Home
The Home dashboard also has a Pinned Notes section near the top, giving you a glanceable list without leaving the main screen.