#obsidian #markdown #wikilinks #backlinks

app nexis

Fast wikilink and backlink analysis for Obsidian markdown vaults

7 releases

0.2.5 Mar 7, 2026
0.2.4 Mar 1, 2026
0.1.0 Mar 1, 2026

#2357 in Command line utilities

MIT license

25KB
580 lines

nexis

Fast wikilink and backlink analysis for Obsidian markdown vaults.

nexis <vault-path>               # full report
nexis <vault-path> --backlinks   # missing backlinks only
nexis <vault-path> --orphans     # orphan notes only
nexis <vault-path> --broken      # broken links only
nexis <vault-path> --format json # machine-readable output

What it reports

  • Missing backlinks — A links to B, but B does not link back to A
  • Orphan notes — notes with no incoming or outgoing links
  • Broken links[[Target]] where no Target.md exists in the vault

Install

cargo install nexis

Performance

~1s for 10,000+ notes on a warm SSD (rayon parallel parsing).

Notes

  • Case-insensitive filename matching (APFS-safe)
  • Wikilinks inside code blocks are ignored
  • [[alias|target]] syntax supported
  • JSON output is agent-friendly; human output auto-detects TTY for colour

License

MIT

Dependencies

~4.5–8.5MB
~152K SLoC