Quote:
Originally Posted by Doitsu
On what Kindle model is the toc greyed out?
|
I have a Kindle 4 (4th generation)
Quote:
Originally Posted by Doitsu
Did you convert the .epub file with Calibre to MOBI, AZW3 or KFX or did you use Send to Kindle?
|
I used Send to Kindle
Quote:
Originally Posted by Doitsu
Depending on the target format, EPUB converters will usually look for the HTML TOC in epub3 books in two places:
The landmarks section in the NAV document (toc.xhtml):
Code:
<nav epub:type="landmarks" id="landmarks" hidden="">
<h2>Landmarks</h2>
<ol>
<li>
<a epub:type="toc" href="toc.xhtml">Table of Contents</a>
</li>
</ol>
</nav>
or the guide section in the toc.ncx file:
Code:
<guide>
<reference type="toc" title="Table of Contents" href="toc.xhtml"/>
</guide>
Please post both sections.
|
Okay, this was the mistake. I didn't include these two codes. I've made a copy of them and will include them the next time I update the ebook. Thanks for your help!
Quote:
Originally Posted by Doitsu
However, since Kindle Previewer is good enough for testing whether the toc menu option will be greyed out on Kindle devices, the OP might want to download and install it.
|
This is useful - thanks for this. I wasn't aware it existed. However, it only seems to be available for Windows or Mac. Is there a version for Linux? I did end up installing Thorium, which I discovered while searching for solutions to my other questions. This made previewing the epub easier than keep sending it to my Kindle, but it didn't solve the greyed out toc menu option issue.