New Test Version Posted
2025-02-17
- Add include_tocpage:always option.
- adapter_fimfictionnet: Further cover fix
Quote:
Originally Posted by Anyssia
yes, I would like that, if it's possible, thank you
|
Yes, you already said. I was asking more if anyone else would find it useful.
But it's a fairly small change that doesn't appear to affect anything else, so I went ahead with it.
Code:
## epub carries the TOC in metadata.
## mobi generated from epub by calibre will have a TOC at the end.
include_tocpage: false
## When set to 'true', tocpage is only included if there is more than
## one chapter in the story. If set to 'always', tocpage will be
## included even if the story only has one chapter.
#include_tocpage: always
Note that:
- Anthologies (and EpubMerge) reduces the anthology/merge ToC entry for single FFF chapter stories down to one entry, even if they have cover, title page and/or log page. It will not do that if there's a tocpage. If you've forced it on, I assume you want more ToC entries.
- add_chapter_numbers still doesn't add a chapter number when there's only one chapter.