-
Notifications
You must be signed in to change notification settings - Fork 109
Export Scripts
maple xia edited this page Mar 7, 2019
·
19 revisions
Since Quiver data files are simple JSON files, it's easy to write a script that converts Quiver data files to and from other formats.
Example use cases:
- Generate developer documentation from a Quiver notebook.
- Generate a tutorial to post on your website.
- Generate a complete technical book from a set of Quiver notebooks.
Currently two simple export scripts are provided here:
- quiver2html exports Quiver notes or notebooks to HTML files.
- quiver2playground exports Quiver notes or notebooks to Xcode 6 playground files.
It's easy to create your own export scripts to tie into your workflow. Use the export scripts above as the starting point, modify the templates, and generate output files as you see fit.
You may find Quiver Data Format useful.
If you indeed create your own export scripts, please add a link to this page so others can use it too.
Add your scripts here!
- quiver2jekyll exports Quiver notes to a markdown post for Jekyll.
- quiver2hexo Migrate Quiver notes to hexo and deploy.
- quiver-tools Search and export Quiver notebooks to markdown files.
- quivjek A Jekyll plugin for seamless publication of Quiver notebooks and images.
- quiver_to_markdown A small go tool to turn a Quiver library into a set of Markdown files.
- quiver_note gem Ruby gem for manipulating Quiver notebooks. Supports not only local but also remote Dropbox via api.
Quiver for Mac | HappenApps | Copyright © 2015 HappenApps, Inc.
Guide
- English: Getting Started
- 简体中文:Quiver快速入门
- 日本語:Quiverをはじめよう
UI
Cells
Syncing & Collaboration
Theme
Integrations