|
|
#11806 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Apr 2026
Device: none
|
Quote:
Second, the site used is AO3 and I'm using the ReaderEra Premium App which let's me toggle the spacing a bit but always changes it for the entire work, including the title page. If nothing else works that's fine. This is one of the (many) stories I'm working with: https://archiveofourown.org/works/17...pters/40005456 Is this was you meant by story URL? |
|
|
|
|
|
|
#11807 | |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 51,069
Karma: 179232776
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Code:
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
|
|
|
|
|
|
|
#11808 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Apr 2026
Device: none
|
Thank You!
Bulk conversion another option, if it's not possible to add the extra css to the personal.ini directly. Thanks for the detailed explanation. |
|
|
|
|
|
#11809 | ||
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,353
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
FFF's title page specifically uses <br> tags to keep the title page lines together. If your reader is treating both <p> and <br> the same, then you may need CSS. Or you may want to look for additional settings in your reader first to save having to change all your epubs. I know in KOReader I had to set 'Style Tweaks' > 'Paragraphs' > 'Generic web browser paragraph style'. DNSB's advice for Conversion is fine, but it is advice for Calibre's Convert as opposed to getting it in FFF to begin with. The CSS maybe what you want, though. Quote:
Code:
[epub]
add_to_output_css:
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
FFF can be extensively customized. Here's CustomOutput CSS and another about why I suggest 'add_to_output_css' instead of just output_css. Note also that FFF only updates epubs on download or update. Once you change a personal.ini setting, it will only affect downloads/updates after you've changed it, not existing epubs. FYI, A_Reader, as a new user, your first 10 posts or so need to be approved by a moderator before they appear. Just post once and wait rather than reposting. Thanks. |
||
|
|
|
|
|
#11810 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Apr 2026
Device: none
|
Oh, I'm sorry for spamming the comments, I wasn't aware of that.
And thank you so, so much for the explanation and additional information. Very exited to give it a go. Thanks! |
|
|
|
|
|
#11812 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,353
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
Code:
[https://archiveofourown.org/works/81493146] replace_metadata: ## Change to div description=>blockquote>=>div> ## Or remove completely description=></?blockquote>=> ## pick one, don't need both
|
|
|
|
|
|
|
#11813 |
|
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,678
Karma: 81419259
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Thanks
|
|
|
|
|
|
#11814 |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 170
Karma: 3100
Join Date: Sep 2011
Device: Kobo Auro H2O, PRS-T1
|
Two replace metadata questions:
1. is it possible to force capitalization in a result? I have this code: Code:
genre=>(.*) (?:and|&) (.*) (?:and|&) (.*) are (.*)s=>\4 \1,\4 \2,\4 \3 genre=>(.*) (?:and|&) (.*) are (.*)s=>\3 \1,\3 \2 genre=>(.*) is an? (.*)=>\2 \1 2. I have this code to categorize AUs: Code:
genre=>(.*) [Aa][Uu](.)?=>Alternate Universe,AU: \1 genre=>(Alternate Universe)( - )?(.*)?=>\1,AU: \3 genre=>Medival type setting=>Alternate Universe,AU: Medival genre=>Mer(.*)=>Alternate Universe,AU: Mermaid I tried both: Code:
genre=>AU:$=> genre=>^AU:$=> Any help would be appreciated. I'll have a question later on how to sort multiple series when one series is in multiple columns. Last edited by Jade Aislin; 04-03-2026 at 09:44 PM. |
|
|
|
|
|
#11815 | ||
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,353
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
FFF has code specifically for [base_xenforoforum], but I suspect you're talking about AO3. No other site has tags so complex. Code:
[base_xenforoforum] ... ## XenForo tags are all lowercase everywhere that I've seen. This ## makes the first letter of each word uppercase. Applied before ## replace_metadata. Also applies to category, genre, characters, ## contenttags and formattags collected from site tags. capitalize_forumtags:true Quote:
Code:
genre=>(.*) [Aa][Uu](.)?=>Alternate Universe\,AU: \1 I doubt very much there will be any good solutions. Multiple series support is an ugly kludge and which series is 'first' and therefore canonical can vary by story in the same series. |
||
|
|
|
|
|
#11816 | |||
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 170
Karma: 3100
Join Date: Sep 2011
Device: Kobo Auro H2O, PRS-T1
|
Quote:
It is AO3. I guess I'll have to decide if I want a 26 line code to get the first word capitalized or not. Quote:
I tried that, but it didn't seem to work. Here's one of the many urls I'm trying to get: https://archiveofourown.org/works/48659611 However, I get the same error in the test.com, but adding the genre Faerie AU! Quote:
Code:
1. get the value being selected from entire series column 2. check each series column of book for the selected value 3. if selected value is present use the series index to sort 4. repeat 2-3 for all series columns I'm just not sure if that is even possible. It also came with the added issue that series names that contained commas are separated into different series which I want to stop as well, just have no idea how. |
|||
|
|
|
|
|
#11817 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,353
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
|
|
|
|
|
|
|
#11818 |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 140
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
|
|
|
|
|
|
#11819 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,353
Karma: 5007213
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Congrats to AO3 for finally leaving Beta after 17 years.
|
|
|
|
|
|
#11820 |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,079
Karma: 7956099
Join Date: Sep 2020
Device: none
|
that is generational! lol.
|
|
|
|
![]() |
| Tags |
| fanfiction |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 532 | 03-19-2026 12:30 PM |
| [GUI Plugin] Open With | kiwidude | Plugins | 405 | 02-09-2026 07:54 AM |
| [GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 12:48 PM |
| [GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 06:39 PM |
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |