Kerekes Stefan34 downloadsA shiny dashboard that surfaces notes connected by only one link and unlinked mentions, prompting you to strengthen your graph.
A shiny Obsidian dashboard that surfaces notes connected by only one link and unlinked mentions — then helps you strengthen your graph with one click.
Dataview can tell you what links exist, but it can't tell you the quality of your graph. Weak Link Auditor is a dedicated dashboard that does exactly that:
[[wikilink]] right from the dashboard. Copy link grabs [[Note Name]] for anywhere else.The dashboard in action:
![]() |
![]() |
![]() |
![]() |
main.js, manifest.json, styles.css — into your vault's plugin folder:
<vault>/.obsidian/plugins/weak-link-auditor/Open the dashboard, hit refresh (or it scans automatically when opened), and work through the tabs:
| Tab | What it shows | What you do |
|---|---|---|
| Weak links | Notes with ≤ n total links (default 1) | Open them and add a second link — often the "Backlinked by" row is a perfect place to link back. |
| Unlinked mentions | Note titles appearing as plain text elsewhere, never linked | Hit Link mention to convert the first occurrence into a wikilink (or link every occurrence, see settings). |
| Orphans | Notes with zero links | Link them from a hub note, or move them into a Maps-of-Content folder. |
The header ring is a graph health score: a blend of connectivity (weak/orphan share) and mention coverage. The status bar shows live counts after every scan.
Templates, .obsidian.README, Home).The analyzer reads every Markdown note and:
[[wikilinks]] and Markdown-style links — and builds the real bidirectional graph.The one-click Link mention action rewrites the mention in the source note (via the vault API) and re-scans so the dashboard stays honest.
npm install
npm run dev # watch mode → builds main.js
npm run build # type-check + production build
The plugin folder for manual install is this repo root (main.js, manifest.json, styles.css).
MIT © 2026 Kerekes Stefan