11-02-2024, 04:49 PM | #10081 | |
Plugin Developer
Posts: 6,590
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
Tag Styles A lot of the time, it's style attributes on individual tags. By default, FFF removes style attributes from tags. From defaults.ini: Spoiler:
You can keep style and align attrs for RR only, or all epubs like so: Code:
[www.royalroad.com] add_to_keep_html_attrs:,style # use one or the other, not both [epub] add_to_keep_html_attrs:,style In some stories/sites, colors/styles are implemented in a separate CSS stylesheet tag or file and applied by tag/class/id. There isn't a one-line solution for those. You'll need to identify the needed CSS and add it to personal.ini with add_to_output_css. Probably on a story-by-story basis; unless a site or author has a common CSS they use. In either case, you'll have to do an overwrite always download to get these changes in stories you've already downloaded before. |
|
Today, 10:02 PM | #10082 |
Junior Member
Posts: 3
Karma: 10
Join Date: Jun 2021
Device: MoonReader+ (Android App)
|
I am trying to change how FanFicFare phrases the status metadata piece when it puts it into tags. I used replace metadata and it came out very weird and I don't understand why.
My personal.ini has the following: Code:
include_subject_tags: status, extratags extratags: Type - Fanfiction Today I added: Code:
replace_metadata: status=>Completed=>Status - Completed status=>In-Progress=>Status - In-Progress I don't understand where that extra "Status - " came from at all and I'm very lost on how to fix that. Also, I realized this messes with the way my title page is generated, since the title page now has Status: Status - Completed or Status: Status - In-Progress, which makes sense for my use of replace_metadata but isn't ideal. Is there a way to change just the way the status metadata piece is phrased when it's put into the tags but not on the title page of the epub? I feel like there is and I'm just missing something, but I'm not sure. |
Today, 10:12 PM | #10083 |
Custom User Title
Posts: 9,541
Karma: 64960939
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
a bit tired to explain it coherently, but try using anchors to define the beginning and end of strings, e.g.
Code:
replace_metadata: author=>^Anonymous$=>Unknown author=>^orphan_account$=>Unknown Last edited by ownedbycats; Today at 10:15 PM. |
Tags |
fanfiction |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 01:48 PM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 07:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |