Quote:
Originally Posted by slowsmile
@st_albert...I'm hoping to be able to fix and test this problem within a day or so. Please keep an eye on this thread.
I would also gratefully appreciate your own test effort to confirm whether my eventual fix has solved your plugin problems or not since I have no access to any Linux computers for testing.
|
Sure, I'd be happy to test it, though my python-fu is only at the beginner's level.
One other thing I noticed, and it's related to LO's html output, not to your plugin at all, but maybe you know what's going on.
In the odt file I have defined custom character styles as well, such as "w2e_ttb-italicchar" which should be mapped to something like:
Code:
span.w2e_ttb-italicchar {
font-style:italic;
}
however LO seems to replace them with <i></i> tags, and similarly with bold, etc. other spans for things like small caps, or drop caps simply get stripped out.
Is that the expected behavior, or is there some way to make it preserve character styles as well?