View Single Post
Old 09-27-2024, 12:08 PM   #9986
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
The problem is the ${title:|: |}.

The chapter title pattern uses Python's Template object from it's string module.

The :|: | part of that is, I assume, copied from Calibre's templating language which has additional features.

This works:
Code:
chapter_title_add_pattern:Chapter ${number} ${title} ◈ ${date}
chapter_title_addnew_pattern:Chapter ${number} ${title} ◈ ${date} | New <3
Thank you!!
But then, there is no way to display the ': ' only if there is a chapter title available?
Clem2605 is offline   Reply With Quote