0.0.1 • Published 7 years ago

gitbook-plugin-asciinema-local v0.0.1

Weekly downloads
1
License
Apache 2
Repository
github
Last release
7 years ago

Local Asciinema screencasts in your book

This plugins requires gitbook >=2.0.0. This plugin is based on the original gitbook-plugin-asciinema plugin.

How to use it?

Add the below to your book.json file, then run gitbook install :

{
    "plugins": ["asciinema-local"]
}

You can now add locally recorded Asciinema screencats to your book using this tag:

Take a look at this:
{% asciinema_local %}_recordings/test.json{% endasciinema_local %}

This will embed the player onto the page, and use the local file for the playback.