View Single Post
Old 10-27-2024, 10:38 AM   #10064
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,046
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by HowWouldIKnow View Post
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:
Spoiler:
Code:
## AO3 chapters can include several different types of notes.  We've
## traditionally included them all in the chapter text, but this allows
## you to customize which you include.  Copy this parameter to your
## personal.ini and list the ones you don't want.
#exclude_notes:authorheadnotes,chaptersummary,chapterheadnotes,chapterfootnotes,authorfootnotes,inspiredlinks

## AO3 authorfootnotes and inspiredlinks end up in the 'last' chapter,
## but if updated, then there's a new 'last' chapter, leaving multiple
## copies.  This option applies the 'skip_on_ffdl_update' class to
## those tags which means they will be removed during epub reading for
## update.  This will only effect chapters added after turning the
## setting on.
## Result: Only the last chapter will have end notes.
## Side-effect: An 'Update Always' that doesn't add a new last
## chapter will also remove the end notes.
#remove_authorfootnotes_on_update:false


Quote:
Originally Posted by HowWouldIKnow View Post
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 View Post
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.
JimmXinu is offline   Reply With Quote