Results 550 comments of dteviot

@Ketboga Updated version (0.0.0.167) has been submitted to Firefox and Chrome stores. Firefox version is available now. Chrome might be available in a few hours to 21 days.

@gamebeaker Possibly the feature is not well named. What it was intended to do was add the web page that held the Table of Contents to the epub. It's always...

@gamebeaker It's purpose wasn't to create an index page. It an early (and only partially successful) attempt to provide an information page. The case was, there's a lot of sites...

If you want to create an index page, the Epub 3 format specified a HTML index page. So code to do it is already there. See: https://github.com/dteviot/WebToEpub/blob/0d1321a16eeee867323303d78729482545749516/plugin/js/EpubPacker.js#L254-L269

@gamebeaker The downside of that is you'd need to update all existing implementations with an async. It's just a search/replace exercise, but numerous hits. Tedious, but not difficult. The other...

Note, most implementations of getInformationEpubItemChildNodes() just get the summary, so they're duplicating extractDescription(). And, in fact, the base implementation of extractDescription is now to delegate to getInformationEpubItemChildNodes().

Updated version (1.0.5.0) has been submitted to Firefox and Chrome stores. Firefox version is available now. Chrome might be available in a few hours (typical) to 21 days.

@YamahlChosson Known issue. See: https://github.com/dteviot/WebToEpub/issues/1560

@mrclfr > I would like to know if you could make a feature that would allow us to add two CSS selectors for the content in one chapter. While such...