Skip to content

Releases: Stef4678/weak-link-auditor

Weak Link Auditor 1.0.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 21:10

Full Changelog: 1.0.1...1.0.2

Weak Link Auditor 1.0.1

Choose a tag to compare

@Stef4678 Stef4678 released this 15 Aug 20:54

What's new in 1.0.1

  • Sort control — each dashboard tab now has a Sort dropdown (Weak links: fewest links / name A-Z; Mentions: most mentions / name A-Z; Orphans: name / path A-Z). Sorting applies to the filtered list and remembers your choice per tab.
  • Toolbar polish — fixed the search icon overlapping the placeholder text, the sort select chevron clipping the label, and equalized search box / sort select heights.
  • Right-sidebar default — the dashboard prefers opening in the right sidebar.

Files

Install by extracting main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/weak-link-auditor/.

Weak Link Auditor 1.0.0

Choose a tag to compare

@Stef4678 Stef4678 released this 15 Aug 18:11

Weak Link Auditor 1.0.0

A shiny Obsidian dashboard that audits the strength of your link graph — and helps you strengthen it with one click.

What's inside

  • 🔗 Weak links — notes connected by only one link (configurable threshold)
  • 💬 Unlinked mentions — note titles mentioned as plain text but never linked, with context snippets and a one-click Link mention button
  • 🏚️ Orphans — zero-link notes, invisible to your graph
  • 📊 Animated graph-health ring + live stat chips (notes, weak, orphans, mentions, linked pairs)
  • ⚙️ Settings: weak threshold, mention length, ignore folders, excluded titles, auto-refresh

Install

Copy main.js, manifest.json and styles.css into <vault>/.obsidian/plugins/weak-link-auditor/, then enable the plugin in Settings → Community plugins.

Requires Obsidian 1.4.0+.