Similar Notes

by Young Lee
favorite
share
0.0
(0)
5
4
3
2
1
Score: 49/100
Description

The Similar Notes plugin finds and recommends notes that are semantically related to what you're currently writing, using language models for real-time analysis. It displays up to five similar notes at the bottom of your note, making it easier to spot hidden connections in your ideas without relying on exact keyword matches. The plugin is self-contained with its own vector database and gives you the choice between built in Hugging Face models or connecting to Ollama for custom embeddings. No external cloud API is needed, and it smartly ignores notes already linked from your current document.

Reviews
No reviews yet.
Stats
86
stars
7,515
downloads
7
forks
238
days
33
days
33
days
3
total PRs
0
open PRs
1
closed PRs
2
merged PRs
36
total issues
9
open issues
27
closed issues
0
commits
RequirementsExperimental
  • Internet connection for initial model download

  • Local Ollama installation for custom embedding models (optional)

Latest Version
a month ago
Changelog

Added

  • Insert as Link from Semantic Search: Insert a [[link]] directly from the semantic search popup (Cmd+Shift+O)
    • Press Shift+Enter or Shift+Click to insert the selected note as a wiki link at your cursor position
    • No need to remember exact note names — search semantically, then link directly

Improved

  • Smarter Link Format: Inserted links now respect Obsidian's "New link format" setting
    • Applies to both drag-and-drop and the new insert-as-link feature
    • Uses shortest path when possible, or includes folder path only when needed to disambiguate duplicate names
  • Default Note Display: Note display mode now defaults to "smart" for better readability
README file from