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.
Internet connection for initial model download
Local Ollama installation for custom embedding models (optional)
Automatic Reindex on Upgrade: Changed migration strategy to ensure data integrity
- Previous JSON storage format had issues where embeddings were not properly stored in some cases
- Instead of attempting to migrate potentially corrupted JSON data, plugin now automatically triggers full reindex on upgrade to v0.10.2
- All notes will be re-indexed with the new IndexedDB storage format
- Ensures all users start with clean, valid data in IndexedDB