View Single Post
Old 08-26-2020, 01:53 PM   #6
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,200
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by motsaw View Post
Hello.
How can I remove unnecessary space between words during conversion? Maybe some calibre plugin can do it, or there's some option in calibre, that I can't find? Please look at the screenshot.
Please point me to the proper thread if this was resolved already.
Convert to epub or azw then open using the editor and use this regex to find and join the split paragraphs:
Edit:
Search
Code:
</p>\s*<p[^>]+>([a-z0-9])
Replace
Code:
 \1
bernie

Last edited by gbm; 08-26-2020 at 02:30 PM. Reason: edit the seach
gbm is offline   Reply With Quote