Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.62 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.62 KB

quiver-tools aka qt

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.

Features

  • Keep links between notes.
  • Export and link resources
  • Automatic download javascript requirement:
  • Preserve sequence and flowchart diagrams
  • Create Notebooks and notes Index

Installation

  • Download the script
  • change LIBRARY_PATH = "/changeme/Quiver.qvlibrary" to your Quiver.qvlibrary or you can set with -L argument.
  • Put it on your path
  • chmod u+x qt.py

Usage

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

Feature Requests and Issues

Feel free to add an issue or feature request. Pull requests are welcome as well!