Quote:
Originally Posted by JimmXinu
Make a copy of the title using (add_to_)extra_valid_entries:newtitle, set the value using include_in_newtitle:title.NOREPL, change title using replace_metadata. Customize title page to show newtitle. (Internal epub metadata will probably still show title.)
|
Thx a lot for answers, just one more question: How do I customise the titlepage to show newtitle, not title? Cuz that is my main issue with this problem, because the default code says:
Code:
## All current formats already include title and author.
titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,numChapters,numWords,publisher,description
So I understand that if I just add newtitle to this list, the titlepage will still show a giant title and then a small newtitle below. Or am I wrong? I would preferably want newtitle to be there in place of title.
Quote:
Originally Posted by ownedbycats
I think you can use a custom_column_setting to put a new_entry to a column and it shouldn't touch the title page.
|
That only works for custom colums not default columns, no? Is there a way to put a custom column in place of default Calibre title column?