The backlinks plugin renders inbound links and unresolved references for the active note in a sidebar panel.Documentation Index
Fetch the complete documentation index at: https://aidocs.zorid.app/llms.txt
Use this file to discover all available pages before exploring further.
v0 scope
- Backlinks panel for the active file.
- Each entry lists the linking note, a heading/context snippet, and the link text.
- Updates when the active file changes.
- Updates after index changes.
- Unresolved links are shown separately when useful.
Platform APIs used
MetadataAPIfor resolved and unresolved link records.WorkspaceAPIto navigate to source notes and locations.EventBusto react to active-file and index-update events.
Acceptance criteria
- Backlinks are derived from the SQLite index, not ad-hoc file scans.
- Opening a backlink navigates to the source note and location.
- The panel stays responsive for large backlink sets via virtualization or pagination.
Source
Full backlinks plan on GitHub.