Quote:
Originally Posted by un_pogaz
2) Files with "&" in their name are excluded and deleted
|
I was able to reproduce this issue with a file that was originally created with Calibre. If you add an ampersand to a file name in Calibre, it'll escape it as
& instead of
%26.
Apparently, the ampersand and the semicolon in
& are escaped by Sigil and the file isn't found:
Code:
<item id="test.xhtml" href="Text/%26amp%3Btest.xhtml" media-type="application/xhtml+xml"/>
Quote:
Originally Posted by un_pogaz
6) ePub3 the very long custom element (several lines like those created by Calibre) are unreadable and impossible to modify [image 2]
|
AFAIK, Calibre will sometimes add very long JSON-based metadata entries. I couldn't find an example, because I usually remove these entries. Hopefully,
un_pogaz will provide an example.