This script will create a zip of your vault, depending on the options you select.
Made by Daniel Mathiot.
I like to keep my vault with only one folder inside. That means, it's a pain to copy only relevant files!
At the moment, it supports:
- Creating a zip file from a specified vault with a specific tag, with optional link following
python obsd_extract.py vaultFolder --tag yourTag
If you would like to follow links, add -r
option at the end:
python obsd_extract.py vaultFolder --tag yourTag -r
New features i intent to add:
- Exporting full vault
- Exporting vault from multiple tags
If you would like to add shiny new features, or correct bugs I unfortunately added, please fork this repository, and create a pull request from it.