Quote:
Originally Posted by readerboy7
I'm not sure whether to put this question in here or general calibre.
Some old fics (e.g. this) are formatted in such a way that there's a linebreak after every 60ish characters. This is annoying to read when on an e-reader, after downloading it through FFF. Is there a way, using either Calibre or FFF, to remove the linebreaks automatically when downloading/converting?
|
You can use the FFF personal.ini replace_br_with_p feature while downloading:
Code:
## Some sites/authors/stories use br tags instead of p tags for
## paragraphs. This feature uses some heuristics to find and replace
## br paragraphs with p tags while preserving scene breaks.
replace_br_with_p: true
For stories you've already downloaded, you can use the Heuristic Processing feature of Calibre's Convert. One of the options is 'Unwrap lines'.
I'm sure there are other methods as well.