Quote:
Originally Posted by ownedbycats
When using add_to_output_css, do I need to use 'overwrite always' or will 'update always' switch the CSS?
|
The later. (it would probably be quicker to just try it and see rather than asking all the time...)
Quote:
Originally Posted by Firedancer885
What should happen if I drag the email from the message list into the dialog window? I got a bunch of crap, not a url.
I'm attaching the debug log I got after dragging a link.
|
On windows at least, Thunderbird saves the email to a .eml file and d-n-d sends over a link to it. FFF knows how to read the file. It's a different code path than URLs or HTML.
The log shows that FFF is being handed a text/html block that doesn't appear to decode correctly. I really don't want to put in manual decoding--it's supposed to be handled farther down.
What happens when you d-n-d a URL or a block of text from an HTML page onto the Comments box in Calibre Edit book dialog? IE, is this type of d-n-d broken everywhere in Calibre, or just FFF?