An utility to search or export Quiver notebooks to a markdown files.
Quiver is a great notebook app built for programmers. Code and text can be freely mixed.
- Keep links between notes.
- Export and link resources
- Automatic download javascript requirement:
- Preserve sequence and flowchart diagrams
- Create Notebooks and notes Index
- Download the script
- change
LIBRARY_PATH = "/changeme/Quiver.qvlibrary"
to yourQuiver.qvlibrary
or you can set with-L
argument. - Put it on your path
chmod u+x qt.py
To export all your notes to ./tmp
./qt.py -s ./tmp
~#./qt.py -h
usage: qt.py [-h] [-l] [-q QUERY] [-n NOTEBOOKS] [-e EXCLUDE_NOTEBOOKS] [-x EXPORT] [-v] [-i] [-L LIBRARY]
Quiver helper
options:
-h, --help show this help message and exit
-l, --list List notebooks
-q QUERY, --query QUERY
Search <query> in notes
-n NOTEBOOKS, --notebooks NOTEBOOKS
Restrict search in notebooks. Needs uuids space separated
-e EXCLUDE_NOTEBOOKS, --exclude_notebooks EXCLUDE_NOTEBOOKS
Exclude notebooks from search. Needs uuids space separated
-x EXPORT, --export EXPORT
Export to folder
-v, --verbose Verbose
-i, --index Create an index for each notebook
-L LIBRARY, --library LIBRARY
Quiver library path
Feel free to add an issue or feature request. Pull requests are welcome as well!