features
Annotations are in-editor markers that highlight important text without requiring a formal task or checkbox. They're for things you want to remember without creating a commitment.
| Keyword | Purpose |
|---|---|
| TODO | Something that needs to be done eventually |
| FIXME | Something broken that needs attention |
| NOTE | Important context or reminder |
| IDEA | A thought worth developing later |
Write them anywhere in a note, as part of normal prose:
TODO update this section once the API is finalised.
The algorithm works correctly NOTE but it hasn't been profiled yet.
IDEA could this be extended to support multiple datastores?
FIXME this calculation overflows for large inputs.
The annotation content begins at the annotation and continues through the end of the line/paragraph.
MoreInfo highlights annotation keywords in the editor as you type — each type in a distinct color so they stand out from surrounding text at a glance. It's a quick way to see annotations in the current note.
The Annotations widget in the sidebar panel aggregates every annotation across your entire datastore, organized by type. Each entry shows:
Clicking an annotation navigates to the note and scrolls to the exact location.
Annotations are intentionally stateless — there's no checkbox, no "complete" state, no done/not-done. Use them for:
When something grows into a real commitment that needs tracking, promote it to a task by removing the annotation marker and replacing it with [ ]. Everything will be updated accordingly.
[ ] Update this section once the API is finalised