Fred Chasen
Fred Chasen
per https://github.com/futurepress/epub.js/issues/64 @kathi-fletcher created this annotation: https://hypothes.is/a/A-EMAlnGRZioyH3rtDbreA Which points to this page: http://oerpub.github.io/epubjsreader-demo-book/content/m45983.xhtml But following that page doesn't invoke the epubjs reader. Instead I just get a representation in HTML/XHTML...
per this change in the demo: https://github.com/futurepress/epub.js/issues/4
Adds documentation for using Epub.js with Quire to create Epub output and details on debugging JSON manifests created by `quire build epub`. ### Checklist - [x] I have read the...
Adds documentation for using Paged.js with Quire and links to Paged Media resources. ### Checklist Please put an X within the brackets that apply `[X]`. - [x] I have read...
Added an `autoIds` option in `Renderer`. Defaults to `true`. Setting it to `false` in the `Renderer` or `kramed.defaults` will disable creating ids. ``` javascript kramed.setOptions({ autoIds: false, renderer: false //...
### Checklist Please put an `X` within the brackets that apply `[X]`. - [X] I have read the [CONTRIBUTING.md](https://github.com/thegetty/quire/blob/main/CONTRIBUTING.md) file - [X] I have made my changes in a new...