Quote:
Originally Posted by NASCARaddicted
I downloaded an ebook in epub format. However, I noticed that there are many errors in the ebook. Also, there is no TOC. So I want to correct all this stuff. I know, an epub is just a zip file with a html file inside. But here is the problem: Like in most epubs, the html file is split into multiple small html files.
|
This isn't a problem if you use Sigil to edit the book and if the headings you wish to include in the TOC are marked with <h1> tags then it will create a TOC on save.
Alternatively you can do as ldolse said converting to text (using Markdown or Textile output), or RTF and save it as html filtered if html is your favorite editing medium.
Good Luck.