Back from trip Multi-reply:
Quote:
Originally Posted by LadyLight
I have the same question.
Code:
add_to_replace_metadata:
..
ships=>(.*)[&](.*)=>\1 and \2
almost works. but then the output looks like:
<CharacterA> and amp; <CharacterB>
|
For various reasons, & chars are stored internally as html entities, so you need to match
& instead of just
&:
Code:
add_to_replace_metadata:
..
ships=>(.*)&(.*)=>\1 and \2
Quote:
Originally Posted by WovenTales
It might have been nice if I had thought of this before downloading over five hundred fics, but I've just realized I can put the `description` text into a custom column and leave Calibre's "Comments" open for more personal notes... or, at least the first half of that. I can't figure out how to disable the comments population itself. ...
|
The Comments field New Only flag is as close as it gets for that. I frankly don't consider it a common enough use case to add code for.
You could create a copy of
description with
include_in_newentry:description.NOREPL, set that to your custom column and clear the contents of
description with
replace_metadata or the include/exclude settings, but you'd also have to change the title page definition.
Quote:
Originally Posted by chrisric
FYI for closure... I tried this again today, same error. I updated Calibre and FFF to latest versions and now it works fine.
No idea why, I didn't see any scribblehub fixes in the notes.
|
This is almost certainly you (meaning your IP, IP range, or possibly ISP) being flagged on the site or their service provider for extra screening for a period of time that has now expired.