Export Quiver notes and notebooks into jekyll pages.
Quiver is an excellent markdown notebook on Mac OS X and stays in active development with a kind programmer.
This tool helps you export either a Quiver note or Quiver notebook into several Jekyll Pages, which makes you publish your Quiver notes to Jekyll blogs easily.
Quiver GUI itself has provided the functionality to export notes but only in rendered html files. This has some limitations.
To convert notes into Jekyll markdown, you will benefit from several merits:
Also you have some new limitations.
It supports to export both a Quiver notebook or simply a Quiver note, which is determined automatically by the folder extension (.qvnote or .qvnotebook).
The exporter will map the notes and directories as below:
You can specify a title argument for the very notebook (notes inside not included in this case) or the very note direcory, which will overwrite the title you use in Quiver. Otherwise, the title you use in Quiver will be used as the output directory name. While you can only specify a title for the top layer directory, the titles of notes inside will continue to serve as the directory name for every note.
If you put the output folder inside the jekyll blog, as they are all jekyll pages, the url path may contain spaces or special characters if you use them in the note title or notebook title.
You can use the following to export, though:
python quiver2jekyll.py ~/Nutstore/Quiver\ Tutorial.qvnotebook/ tmp/ --title test
which export the Quiver Tutorial notebook into the tmp directory using a directory name "test". Exporting a note is similar and left out.
The Star And Thank Author License (SATA)