Skip to content
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.

Export Scripts

Currently two simple export scripts are provided here:

  1. quiver2html exports Quiver notes or notebooks to HTML files.
  2. quiver2playground exports Quiver notes or notebooks to Xcode 6 playground files.

Create your own export script

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.

Third-party exporters

Add your scripts here!