If I'm not messing up, I use this under [archiveofourown.org] in personal.ini to make a ToC.
Code:
## AO3 chapters have 'date' available for each chapter.
## These can be used with custom output (see
## https://github.com/JimmXinu/FanFicFare/wiki/CustomOutput ) or with
## chapter_title_*_pattern settings.
## Examples for html & epub:
#<html>
#tocpage_entry:
# <a href="#section${index04}">${chapter}</a> ${date}<br />
#<epub>
tocpage_entry:
<a href="file${index04}.xhtml">${chapter}</a> ${date}<br /><br />
It works for chaptered fics, but
does anyone knows if there is a way to force Calibre/FFF to make a ToC even for one-shot fanfics, please?
(also, +1 with a 525 error on anthologies)