ysf-ad75 downloadsSafe, reviewable auto-linking with local semantic retrieval, vault-wide analysis, and embedding exploration.
Semantic Auto-Linker is an Obsidian community plugin for safe, reviewable wiki-link insertion with optional local semantic retrieval.
It focuses on two things:
[[links]]Inline updates matched text in placeFooter writes accepted targets into a footer sectionSemantic mode is enabled by default and local-first.
Current provider support:
Typical setup:
Optional Ollama setup:
ollama pull embeddinggemmahttp://127.0.0.1:11434.Open control panelAnalyze current note for safe linksAuto-link current selectionAnalyze whole vault for safe linksShow embedding explorerBuild or rebuild semantic indexBuild or rebuild note indexShow related notesInstall dependencies:
npm install
Build:
npm run build
Lint:
npm run lint
Semantic regression tests:
npm run test:semantic
Dev vault sync:
npm run build:dev-vault
Copy these files into:
<Vault>/.obsidian/plugins/semantic-auto-linker/
Files:
main.jsmanifest.jsonstyles.cssThen reload Obsidian and enable the plugin in Settings → Community plugins.
Marketplace release assets:
main.jsmanifest.jsonstyles.cssmanifest.json and versions.json must be updated together for each release version.