Appearance
Links
FreshList backlinks, outgoing links, unresolved links, orphans (files with no incoming links), and dead-ends (files with no outgoing links).
Commands for Backlinks and Outgoing links.
backlinks
List backlinks to a file (default: active file).
bash
file=<name> # target file name
path=<path> # target file path
counts # include link counts
total # return backlink count
format=json|tsv|csv # output format (default: tsv)links
List outgoing links from a file (default: active file).
bash
file=<name> # file name
path=<path> # file path
total # return link countunresolved
List unresolved links in vault.
bash
total # return unresolved link count
counts # include link counts
verbose # include source files
format=json|tsv|csv # output format (default: tsv)orphans
List files with no incoming links.
bash
total # return orphan countdeadends
List files with no outgoing links.
bash
total # return dead-end countSee also
- Browse all command groups
- Keyboard shortcuts for the TUI