Thanks to visit codestin.com
Credit goes to lib.rs

#export #obsidian #quartz #cli

bin+lib wlls

List Obsidian wikilinks recursively

2 releases

Uses new Rust 2024

0.1.1 Nov 29, 2025
0.1.0 Nov 29, 2025

#1814 in Command line utilities

BSD-2-Clause-Patent

44KB
495 lines

wlls

Logo

Release License

List Obsidian wikilinks recursively

Usage

cargo install wlls
wlls -R /path/to/vault Root/Note.md Root/OtherNote.md
  • Input paths can be vault-relative or absolute (under the vault).
  • -R/--recursive follows markdown links recursively; without it, only direct references are listed.
  • --skip-missing-refs warns and continues when a reference cannot be resolved; by default the command fails on the first missing reference.
  • Output is absolute paths, one per line.

Note

We reuse obsidian-export parsing/resolution and walker code verbatim; custom logic is confined to src/main.rs to avoid divergence and reimplementation.

Dependencies

~6–11MB
~199K SLoC