Question:
How would I take the contents of
calibre_cust_seriesdesc (composite column containing HTML) and insert that on just the title page to look like part the description? Note that most of the time, the column will just be blank.
Additional context: Since Calibre added metadata notes, I've been moving my series descriptions from the book comments to the series-specific notes. Before, I used replace_metadata to
prepend the series description to the book comments but since #seriesdesc also displays that text in book details it'd be duplicated.
EDIT:
Code:
titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,ao3chaps,numWords,publisher,calibre_cust_seriesdesc,description
This works. However, how do I move the "Summary" label above the seriesdesc?