gitbook-plugin-abc2svg
v0.0.8
Published
ABC Notation integration into GitBook to display music in written in ABC format
Downloads
3
Readme
Abc2Svg.js integration with GitBook
This plugin uses Abc2Svg.js to display ABC notation. This is not an official plugin.
How to use it?
Add it to your book.json
configuration:
{
"plugins": ["abc2svg"]
}
Install your plugins using:
$ gitbook install ./
You can now add ABC notation to your book using the {% abc %}
block:
{% abc %} X:1 % ABC notation here... {% endabc %}