Skip to content

dgcnz/wlls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

List Obsidian wikilinks recursively

Topics

Resources

License

Stars

Watchers

Forks

Languages