What's Changed
-
Backlinks Panel - New sidebar panel showing all notes that link to the current note
- Displays linking notes with context snippets and line numbers
- Supports both
[[wikilinks]]and standard[markdown](links) - Click any backlink to navigate directly to the source note
- Badge shows backlink count on the panel icon
-
Backlinks API - New backlinks property in note response
- GET /api/notes/{path} now returns backlinks by default
- Optional ?include_backlinks=false to disable for performance
- Returns path, name, and up to 3 references per linking note
-
MCP Tool - New get_backlinks tool for AI assistants
- Find notes that reference a specific note
- Returns context snippets showing where links appear
- Also a bug in the graph view that was not properly rendering it when notes where in a different folder (and not wikilinks), but now I think they're ok:
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.1Full Changelog: v0.19.0...v0.19.1