@cryzed - Essentially, you're asking for the leading chapter numbers to be removed from the chapter titles at the start of each chapter, but be kept (or even added) in the TOC.
It's not a bad idea, but it's more complex than just changing the ffnet adapter and epub writer.
First, there are 50+ sites, many of which include leading chapter numbers, many of which don't, and a number of which do
sometimes--and sometimes switch back and forth in the same story. So removal must be smarter and should be done in the common code somewhere.
Second, putting the numbers back in the epub TOC is fine, but they need to be added to the explicit TOC page, too, since that's what mobi/html/txt use.
Third, not everyone's going to agree that the numbers should be removed or added. So I'm thinking three new configuration options (names subject to change):
- remove_leading_chapter_numbers: true/false
- number_toc_chapters: true/false
- number_chapter_titles: true/false
Opinions, everybody?