@dwraith0877: Yes it is something I've noticed and given a little thought to. One of the problems is that I can't see a good solution. Prefixing the chapter name with the book title looks ugly. And gets worse if the book part has a title. With that, we would end up with "Book 1 - Earth's Core - Chapter 1: Under The Surface Of The Earth".
If you have a paid account on the site the books you can download have a page with the book/part title on it. This is done with a h1 heading which works well in the ToC. If there was a way to generate something like this in FFF, then it would work.
@JimmXinu: Thinking about this, when looking for the chapters, I could create a chapter with a fake URL for the book dividers. Then the getChapterText method could detect the fake URL and generate an empty page. Or whatever was the minimum needed to get the book title on a page by itself. That will get the book title in the ToC, but at the same level as the chapters.
Of course, it won't be as simple as that. For example, I'm sure I've seen notes on the index page for each of the parts. Putting that on the divider page would be good, but complicates things a lot.
Unless you can think of something that would prevent this from working, I'll have a look at it.
|