Problem
There's no way to reference another note. Users who organize related information across multiple notes have no way to cross-link them.
Goal
Add a note link block type that references another note and opens it in a modal overlay when clicked.
Markdown format
Behavior
- Edit mode: Renders as editable raw syntax. Insertable via
/ command palette with notebook/note picker.
- View mode: Renders as a styled link/pill showing the note title. Clicking opens the referenced note in an iOS-style modal overlay (slides up, dimmed background, dismissable).
- Missing references: Show a "Note not found" badge instead of the link pill.
Tasks
Design considerations
- This is a link, not inline content — no need for circular detection or depth limits
- Modal shows the full note read-only; user can dismiss and return to the current note
- Keep it simple: no navigation stack within the modal (v1)
Scope
Type: enhancement
Size: medium
Problem
There's no way to reference another note. Users who organize related information across multiple notes have no way to cross-link them.
Goal
Add a note link block type that references another note and opens it in a modal overlay when clicked.
Markdown format
Behavior
/command palette with notebook/note picker.Tasks
EmbedtoBlockTypeenum![[path]]syntax inparse.go/command palette with notebook/note pickerEmbedStyleto theme system (pill color, modal style)Design considerations
Scope
Type: enhancement
Size: medium