New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert 1-file docs to epub with TOC #1981
Comments
|
Converting HTML to epub is relatively straightforward; generating a table of contents is not big deal either. However, creating a concept index could be a problem, because the generated HTML links do not seem to be compatible with ePub. Would the first be OK? |
|
Treat index as an item of toc. Be an appendix. |
|
But pandoc generates TOC automatically. And I think the way the index is
generated now (using 'id' attribute) does not work in ePub.
|
|
I don't know how useful is that kind of index in an ePub, though. You can
simply search for whatever you're looking for. Maybe for navigation, but
will have to see...
|
|
I always navigate an epub with TOC, and when I make epub with calibre from html, there are usually problems with multi-level TOC. |
|
So word and concept index might not be necessary, right?
|
|
For me — no, I can live without them, especially on Kindle. |
|
I don’t know if it’s my iphone’s Issue, but the ePub version is all blank for me... |
|
Well, I've opened it in Firefox and it overlaps a bit, but other than that,
it looks OK...
|
|
Since the bigpage target has been eliminated because it does not work now, I'm reopening this issue to get it to work again... |
|
I managed to generate the "bigpage" HTML with a patched |
The problem
It would be very convenient to have the whole docs file in epub (or mobi, or fb2) format to use it on Kindles and other e-ink devices. The crucial thing is to convert the documents multilevel structure into epub/mobi's bookmarks, otherwise it's impossible to navigate a file of several thousand kindle screens.
Suggestions
To have epub/mobi versions of the docs with TOC, which should be kept up-to-date to reflect current updates to the docs.
The text was updated successfully, but these errors were encountered: