View Single Post
Old 05-10-2019, 03:24 PM   #8
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Another thing you can try installing is the Job Spy plugin. It has an option to convert comments into plain text.


P.S. Please note you'll need to run Polish books, Embed metadata, Convert or use the Send to device function to actually update the embedded comments metadata in the ePub file sent to the Kobo.


P.P.S. I think the latest version of Calibre gets rid of the line breaks when downloading comments metadata. For existing comments though, you could do a search and replace to convert them to space.

Code:
Search field: comments
Search for: \n
Replace with:  (space)

P.P.P.S. And for removing <font> tags.

Code:
Search field: comments
Search for: <font[^>]*>(.*)</font>
Replace with: \1

Last edited by ilovejedd; 05-10-2019 at 03:45 PM.
ilovejedd is offline   Reply With Quote