Quote:
Originally Posted by jackie_w
Did any of your 90% success involve using kobopatch? If so I think the remaining 10% (including text-indent) can be done with a small addition to one of the existing patches. I need to know which of the 3 synopsis patches you decided to enable to achieve what you've done so far.
The patch named Custom synopsis details line spacing would be the safest one to customise with the extra <p> tag CSS required for your 10%.
BTW I don't think you need to take the living-dangerously option of manually editing calibre's database to remove the automatic linefeed chars in the calibre comments field. You should be able to do that using a calibre Metadata Plugboard with the template language. Comments is one of the fields available for on-the-fly modifying during calibre's send-to-device plus the calibre Kobo driver (KOBOTOUCH/KOBOTOUCHEXTENDED) option of automatic metadata update on every USB connect. All that should be needed is a simple replace '\n' with ''.
|
90% was really more of an arbitrary number I tossed out there to say it was a lot better than it was before I guess really. But yes, I did modify the line spacing size, font size, and increase the synopsis area size. Really all I want to be able to do at this point is just modify the margin for the <p> tag, trying to figure out how to do that, but I'm still parsing out how the lines height is changed exactly.
As for the metadata, huh, I'll look into that, as I hadn't thought of it before.