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
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.0Full Changelog: v0.18.2...v0.19.0