View Single Post
Old 09-12-2024, 06:06 PM   #9928
Clem2605
Connoisseur
Clem2605 began at the beginning.
 
Posts: 54
Karma: 10
Join Date: May 2020
Device: Kobo H2O, Kobo Libra H2O, Boox Tab Ultra C
Quote:
Originally Posted by JimmXinu View Post
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 View Post
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...
Clem2605 is offline   Reply With Quote