Quote:
Originally Posted by JimmXinu
Yeah, can't do that right now.
I might be able to leverage something in, but there's already several different chapter title patterns running around. May look at it next week if I remember.
|
I realized my patterns will look off on works that aren't multichaptered so I might not do this. There doesn't seem to be a way to show ${date} as a chapter_entry to avoid empty text between HTML code, like how titlepage_entries won't show up if empty.
Plus with a chapter_title_x_pattern like
${number}. ${title} [${date}], the entry in the embedded TOC will have
chapter_name [] if the work doesn't have the date_chapter metadata.
I thought I'd try
${' [' + date + ']'}, but of course this is a different language so that didn't work.