Quote:
Originally Posted by HowWouldIKnow
Hello there,
can you please help me with AO3 ?
How can I move authornotes to the end of the chapter/series?
|
AO3 has several types of notes an author can apply. FFF allows you to exclude them with a personal.ini setting, but not move them around. That might be possible with custom CSS.
From defaults.ini:
Quote:
Originally Posted by HowWouldIKnow
How can I get the F/M, M/M, etc Categories into a Calibre Column? I have clicked through all the options in the user-defined columns but none of them add this category
How do I get Hits/Kudos/Bookmarks into Calibre?
|
That can be done using
custom_columns_settings in personal.ini for
ao3categories,
hits,
kudos &
bookmarks.
Quote:
Originally Posted by HowWouldIKnow
How can I make a table of contents, if the story has more than ~3 chapters ?
|
An epub (the recommended output format) has a metadata TOC incorporated into it.
You can add setting
include_tocpage: true to personal.ini under [epub] to get an in-line TOC also when there is more than one chapter.
There's no option to specify including an inline TOC at 3 chapters.