Layerex / obsidian-traverse

Recursively list all files linked by Obsidian note.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

obsidian-traverse

Recursively list all files linked by Obsidian note.

Installation

pip install obsidian-traverse

Usage

usage: obsidian-traverse [-h] -d DIRECTORY [--abspath] NOTES [NOTES ...]

Recursively list all files linked by Obsidian note.

positional arguments:
  NOTES                 Notes to traverse

options:
  -h, --help            show this help message and exit
  -d DIRECTORY, --directory DIRECTORY
                        Vault directory
  --abspath             Output absolute paths of linked files

Fixes for emergent parsing problems are welcome!

About

Recursively list all files linked by Obsidian note.

License:GNU General Public License v3.0


Languages

Language:Python 88.5%Language:Makefile 11.5%