1.0.0 • Published 9 years ago
quiver2jekyll v1.0.0
Installing
$ npm install -g quiver2jekyllUsage
Usage: quiver2jekyll [options]
Options:
-h, --help output usage information
-V, --version output the version number
-f, --file <filename> convert file
-s, --save save to the current directoryExamples
# Convert MyBlogPost.qvnote into a jekyll post and output to the console
$ quiver2jekyll -f ~/Desktop/MyBlogPost.qvnote
# Convert MyBlogPost.qvnote into a jekyll post and save the file according to the note's title
$ quiver2jekyll -f ~/Desktop/MyBlogPost.qvnote -sThe note file will be of the format YYYY-MM-SS-the-note-title.markdown where the date is taken from the updated timestamp in meta.json.
Limitations
quiver2jekyllonly supportsmarkdownandcodecell types.
1.0.0
9 years ago