Skip to content

1.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 01:02
· 5 commits to main since this release

What's New in 1.1.0

Insights panel

  • Suggested links — semantically close but unlinked note pairs, ranked by cosine similarity, drawn as dashed lines in the 3D scene with one-click link insertion
  • Potential duplicates — note pairs with near-identical content (similarity ≥ 93%)
  • Orphan notes — notes without any links (works without embeddings)
  • MOC generation — create a Map of Content note for any folder cluster in one click
  • Computation runs in a single async pass with a live progress indicator, so large vaults never freeze the UI

Local embeddings (Ollama)

  • New embedding provider: run fully offline against a local Ollama server — no API key required
  • Model presets: nomic-embed-text, mxbai-embed-large, bge-m3

Timeline playback

  • Replay your vault's growth over time with a play button and scrubber
  • Uses frontmatter created / date created when present (survives vault copies and git clones), falling back to file ctime

Semantic neighbors sidebar

  • New right-sidebar view showing the active note's nearest semantic neighbors as a mini 3D graph plus a ranked similarity list
  • Reuses the existing embedding cache — never triggers API calls

Interactive HTML export

  • Download the current graph as a standalone HTML file with positions baked in
  • Node clicks deep-link back into your vault via obsidian:// URLs