Vault Recall

pending

by anjali24vastav

AI-powered note resurfacing, contextual suggestions, and vault health analysis. 100% local, privacy-first.

Updated 21d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

🧠 Vault Recall

AI-powered note resurfacing for Obsidian β€” rediscover forgotten notes, get contextual suggestions, and keep your vault healthy. 100% local, zero data leaves your machine.


✨ Features

πŸ’‘ Smart Daily Digest

Every day, Vault Recall surfaces 3-5 forgotten notes that are semantically related to your recent work. Notes are scored by:

  • Relevance β€” how similar they are to what you've been writing
  • Age β€” older, forgotten notes get priority
  • Orphan status β€” unlinked notes get a boost so you can reconnect them

πŸ”— "You Wrote About This" Sidebar

While you're writing, the sidebar shows forgotten notes related to your current note. Perfect for finding connections you didn't know existed.

❀️ Vault Health Score

Get a 0-100 health score for your vault with actionable insights:

  • 🏝️ Orphan notes β€” notes nothing links to
  • πŸ’” Broken links β€” links pointing to non-existent notes
  • πŸ“­ Empty notes β€” notes with almost no content
  • πŸ‘― Duplicate titles β€” potential duplicate notes

πŸ”’ Privacy First

Vault Recall runs 100% locally. No API calls, no cloud sync, no telemetry. Your notes never leave your machine. The AI uses a lightweight TF-IDF algorithm β€” no heavy ML models, no GPU required.


πŸ“¦ Installation

From Obsidian Community Plugins (Recommended)

  1. Open Settings β†’ Community Plugins β†’ Browse
  2. Search for "Vault Recall"
  3. Click Install, then Enable

Manual Installation

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create a folder: YOUR_VAULT/.obsidian/plugins/vault-recall/
  3. Copy the three files into that folder
  4. Restart Obsidian and enable the plugin in Settings β†’ Community Plugins

πŸš€ Getting Started

  1. Click the 🧠 brain icon in the left ribbon to open the sidebar
  2. The vault will auto-index on first load (takes a few seconds)
  3. Switch between tabs:
    • Recall β€” your daily resurfaced notes
    • Related β€” notes related to what you're currently editing
    • Health β€” your vault health score and issues

Commands (Ctrl/Cmd + P)

CommandDescription
Vault Recall: Open sidebarOpen the Vault Recall sidebar
Vault Recall: Reindex vaultForce a full vault reindex
Vault Recall: Show daily digestOpen the daily digest modal

βš™οΈ Settings

SettingDescriptionDefault
Daily digest countNumber of notes to resurface5
Minimum note ageOnly resurface notes older than X days7 days
Excluded foldersFolders to skip during indexingNone
Show digest on startupAuto-show the daily digestOn

πŸ’Ž Free vs Pro

FeatureFreePro
Daily digest3 notes/dayUnlimited
Related notes sidebarβœ…βœ…
Vault health scoreScore onlyFull details + issues
Excluded folders2 foldersUnlimited
AI flashcards (coming soon)βŒβœ…

Upgrade to Pro β†’


πŸ› οΈ Development

# Clone the repo
git clone https://github.com/YOUR_USERNAME/vault-recall.git
cd vault-recall

# Install dependencies
npm install

# Development build (with watch)
npm run dev

# Production build
npm run build

πŸ“„ License

MIT License β€” see LICENSE for details.


🀝 Support

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.