leeomara / 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

Usage

usage: qt.py [-h] [-l] [-q QUERY] [-n NOTEBOOKS] [-e EXCLUDE_NOTEBOOKS]
             [-x EXPORT] [-v] [-L LIBRARY]

Quiver helper

optional arguments:
  -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
  -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%