View Single Post
Old 10-21-2015, 02:08 PM   #659
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,017
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by edeniz View Post
...

This is my epub style:
I assume you have that in the [epub] section. That's the only reason I know of why it wouldn't work at all.

For specifics, epub--especially in dedicated ebook reader devices--doesn't always support all the possible CSS settings. When I used your CSS above, I definitely saw it being imported into the epub and at least part applied. You may be using CSS settings epub (or your epub reader) doesn't support.

Quote:
Originally Posted by edeniz View Post
Re: AO3 extra series. Sorry. I'll give an example link for the series thing:

http://archiveofourown.org/works/748503
...
Hmmm. That's what I thought, but without an example to try, I couldn't be sure my solution would work.

This works:
Code:
[archiveofourown.org]

add_to_extra_valid_entries:,series00HTML,series01HTML,series02HTML,series03HTML
series00HTML_label:Series
series01HTML_label:Additional Series
series02HTML_label:Additional Series
series03HTML_label:Additional Series

make_linkhtml_entries:series00,series01,series02,series03

titlepage_entries: seriesHTML,series01HTML,series02HTML,series03HTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,numChapters,numWords,site,description
Most of that (all except replacing titlepage_entries) will be added to defaults.ini in the next version. Honestly, I thought series00HTML, etc already was in defaults.

(Note that series00 == regular series.)
JimmXinu is offline   Reply With Quote