Quote:
Originally Posted by Tanjamuse
I'm pretty sure I handed you some of the wood for it with all my questions. ... 
|
No worries.
Quote:
Originally Posted by readerboy7
When downloading the tags, for the title page, would it be possible to keep the tags in the same order as they were on A03 instead of sorting them in alphabetical order? I understand that that's probably not possible on Calibre, but would it be possible in the title page?
|
The example in defaults.ini isn't great, but the feature does exist:
Code:
## From defaults.ini:
## keep_in_order_<entry> options: FanFicFare sorts list entries by default
## (except for author/authorUrl/authorId). But if you want to use an
## extra entry derived from author, it ends up sorted. For example, if
## you added calibre_author: keep_in_order_calibre_author:true
#keep_in_order_author:true
## add to your personal.ini in section [archiveofourown.org]
# collected from AO3:
keep_in_order_freeformtags:true
keep_in_order_ao3categories:true
keep_in_order_fandoms:true
# These will still be sorted if you don't keep_in_order_ them too
# genre is freeformtags + ao3categories
keep_in_order_genre:true
# category is fandoms
keep_in_order_category:true