Is it possible to also pass the date chapter metadata onto an EPUB's TOC metadata? I know you can do that for the TOC page and the chapter HTML.
I have this for the chapter HTML. So for the embedded TOC I'd like to do something like:
${number}. ${title} [${date}]
Edit: lol nevermind, didn't realize I hadn't set
chapter_title_add_pattern, although I'd like to not have it affect the chapter HTML for a different layout.