mbelletti / quiver-tools

Helper for Quiver. Markdown export and Alfred search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Helper for Quiver. Markdown export and Alfred search.


Languages

Language:Python 100.0%