github gamosoft/NoteDiscovery v0.19.0
v0.19.0 - Backlinks!

latest release: v0.19.1
7 hours ago

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
image image
  • 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
image

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.0

Full Changelog: v0.18.2...v0.19.0

Don't miss a new NoteDiscovery release

NewReleases is sending notifications on new releases.