epub-press-clients
epub-press-clients copied to clipboard
Generate native EPUB table of contents
When I try creating an e-pub from multiple web pages, I get an e-pub with a special "Table of Contents" page at the beginnig, with links to each article. That is great, but it is just another page in the document.
EPUB format has native support for TOC. When a native TOC exists, many readers can display it, and it makes navigating faster. I wonder if e-pubs generated here could also have this feature?
Also, native EPUB TOC can be multilevel, so if #36 gets implemented, the headings could appear as subitems under the top level article entries in TOC.
This sounds interesting. Would be a nice addition.
EpubPress mainly aggregates the content and then stitches it together with this library: https://github.com/kcartlidge/nodepub
Would need to likely update that to get the TOC working.