New in v1.1.0: Launch into Obsidian community and ready for installation.

A vault that connects itself,
one note at a time.

SANE quietly reads your notes, finds what belongs together, and weaves the threads — tags, summaries, links — without ever touching your prose.

Your vault — six existing notes, loosely related.
new note "on neural nets" Reading notes Ideas drafts Daily journal Projects active Quotes collected Concepts glossary vault your notes
Existing note
New note arriving
Newly connected
AI-discovered link

A quiet librarian for the notes you've already written.

Six small powers that, together, turn a folder of notes into something that remembers itself.

Semantic similarity

Notes are compared by meaning using embeddings. "Neural networks" finds your jottings on "backpropagation" — even when no word matches.

Lives in frontmatter

Tags, keywords, links, summaries — all written to the YAML at the top. Your prose stays exactly as you wrote it.

Triggers, your way

Process instantly on save, after a delay, on a schedule, or strictly on demand.

Five providers

OpenAI, Google AI, Grok, Azure, or fully local with Ollama. Mix and match for embeddings and chat.

Cost-capped

Daily budget limits and real-time tracking. No runaway bills, no surprises.

Always reversible

Every added field is prefixed sane_. One command undoes everything.

Four steps, repeated quietly, every time you write.

01

You write

Add or edit a note. SANE notices and waits — or fires immediately. Your call.

02

It listens

An embedding is computed for your new content and compared against the vault's semantic map.

03

It finds kin

The most relevant existing notes surface as context — the threads worth weaving.

04

It enriches

Tags, keywords, links, and a summary land in the frontmatter. The body of your note stays untouched.

A handful of quiet annotations.

Everything SANE adds lives in the YAML frontmatter, prefixed with sane_. Delete the prefix, and every trace is gone.

Read the full docs
neural-networks.md
# your original frontmatter
title: "On Neural Networks"
created_at: "2025/5/5"

# added by SANE
sane_tags: ["machine-learning", "neural-networks"]
sane_keywords: ["backpropagation", "training"]
sane_links: ["Introduction to AI", "Neural Net Basics"]
sane_summary: "A guide to neural networks and their applications."
sane_version: "1.0"

Let your vault begin to remember itself.

Free, open source, and yours to shape. Available now in the Obsidian community plugin browser.