Skip to content

1.4.0

Choose a tag to compare

@notoriouslab notoriouslab released this 25 Jul 13:03
· 55 commits to main since this release

The close-the-loop release — a direct answer to community review (Obsidian forum #114527).

Added

  • Apply purple edges as wikilinks: right-click a generated canvas → checkbox dialog (grouped by source note, Cmd/Ctrl+hover previews) → checked pairs are written into both notes' Related section as real wikilinks and the edges turn gray in place. Nothing is written unchecked. New settings: Related section heading, Bidirectional promotion.
  • Keyword-aware related notes: Find Similar / relation graph / current-note Discover fuse frontmatter tags (BM25) with semantic similarity via RRF — same-style-but-different-topic notes stop crowding out true neighbors. Falls back to pure semantic ranking automatically.
  • Global Discover rebuilt: ranked against your recent focus (recently edited/created notes, their topic tags, their vector centroid) and grouped by top-level folder, so each corner of the vault surfaces its own best forgotten notes. Roughly an order of magnitude faster.

Changed

  • Hot/Cold now counts edits, not just creation date — any edit re-heats a note; merely opening one deliberately does not. The plugin's own batch writes no longer re-heat notes.
  • Tiers derive live at query time; changing Hot window (days) applies instantly, no re-index.
  • Current-note Discover ranks purely by relatedness (cold notes keep their ❄️ mark).
  • BM25 keyword index warms in the background in time slices — never blocks opening a note.

Notes

  • First full rebuild right after a major OS update can be slower than usual; transient, resolves on its own.
  • Hardening from six independent review rounds (NaN guards, tamper-proof settings, per-run cancellation, unload-safe background builds).
  • Thanks to gauthierae for the review that shaped this release.