Quote:
Originally Posted by JimmXinu
On the contrary, there is a way to do that.
|
Thank you!! I must've gotten something confused when trying to understand how it worked.
Quote:
Originally Posted by JimmXinu
Code:
# keep description, then freeformtags without replace or in/exclude processing.
include_in_description:description,freeformtags.NOREPL
# description is now a 'list' as far as FFF is concerned.
# keep in order, or else they will be alphabetized.
# Depending on Calibre custom column type, freeformtags may be
# order in library, too.
keep_in_order_description:true
keep_in_order_freeformtags:true
# Optionally include this to remove the comma(,) between description
# and freeformtags *and* each entry in freeformtags when in description.
# Doesn't affect commas in the actual description text. \s = space
join_string_description:\s
|
But when I try this, without modifying anything, it just gives me an empty comment field...