https://github.com/layerex/obsidian-traverse
Recursively list all files linked by Obsidian note.
https://github.com/layerex/obsidian-traverse
Last synced: 11 months ago
JSON representation
Recursively list all files linked by Obsidian note.
- Host: GitHub
- URL: https://github.com/layerex/obsidian-traverse
- Owner: Layerex
- License: gpl-3.0
- Created: 2023-09-07T19:49:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T08:29:03.000Z (almost 3 years ago)
- Last Synced: 2025-08-25T22:53:41.324Z (11 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obsidian-traverse
Recursively list all files linked by Obsidian note.
## Installation
```sh
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!