-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add Page with Chapters to Chapters List broken #1540
Comments
@gamebeaker |
@dteviot Ok
If i deselect Chapters that wouldn't be reflected. |
It's purpose wasn't to create an index page. It an early (and only partially successful) attempt to provide an information page. But it has been (in my opinion) mostly replaced by the information page. I think it's still used by a number of people, for a limited number 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. WebToEpub/plugin/js/EpubPacker.js Lines 254 to 269 in 0d1321a
|
I don't think an Index is necessary, so i won't implement it. (All readers i know provide simple options to navigate different Chapter.) |
In Advanced Options is an option "Add Page with Chapters to Chapters List" on royalroad it does nothing. (https://www.royalroad.com/fiction/81569/magus-reborn-mana-cultivation-kingdom-building)
I would expect a page like the Information page to be added to the epub.
What is the problem?
WebToEpub/plugin/js/Parser.js
Lines 397 to 404 in 5bb6597
getChapterUrls() is overwritten from RoyalRoadParsers.js and the check isn't done.
I think the check is on the wrong position of the code as it always fails if getChapterUrls() is overwriten from the parser.
The text was updated successfully, but these errors were encountered: