Quote:
Originally Posted by Sirtel
There is no patch for this issue, AFAIK. If you use the <p> tag for paragraphs in the calibre comments, your Kobo will insert an empty paragraph there. I've found that the only way to get around this issue is to replace <p> with <br> in the comments. There may be other ways (I dimly remember trying something with metadata plugboards once), but they haven't worked as well for me.
The line-spacing patch decreases line-height, but it doesn't remove the empty paragraphs Kobo readers insert in book descriptions.
|
If you're taking about the empty paragraph/line that is inserted at the beginning of the description there is actually a way around it! I figured it out when I was poking my nose through the sqlite file for the database of the books checking to see what was there.
All you have to do is do a mass search/replace selecting the comments section as your field and enter
Code:
<div>¶*
(*basically div and a paragraph space)
And voila, you can get rid of that pesky empty line at the top of your book description! If you wanna be super clean, do the same above with the search/replace by searching and removing "</div>" so both the opening and closing tags are gone, but bob's your uncle. The only thing to keep in mind about this is that anytime you go in to edit a book's metadata individually, you'll have to go back and do this again, as calibre tends to re-enter the div tags back in. It's not perfect, but it's something.