Import epub into a perfectly flat archive structure and let users of Sigil 1.0+ rearrange/reorg to their preference. Pre Sigil 1.0 should work the same.
-
Pulled in the upstream updates to Mammoth 1.4.10 to pick up a few fixes for Python 3.8
-
Enabled all of the PyQt5 portions of the plugin interface to be translated. So I'm looking for volunteer translators to provide some .ts files. It's nothing very complicated. Just 11 or 12 strings that probably won't be changing much (if at all) in the future. Contact me if you're interested. The gist is this: fork the repo; copy the template.ts file (in the translations folder) to docximport_(pl|es|fr).ts (or whatever your language's code is) and use Qt's Linguist to translate the strings. Then submit a pull request and I'll compile the language files for use in the plugin.
-
Added support to match Sigil's light/dark theme in Sigil 1.1
- Update mammoth/cobble to latest upstream
- Tweak mammoth to create a "title" attribute for images if the title property is defined in the docx
- Remove extraneous parsimonious module
- Use PyQt5 GUI if Sigil is new enough.
- integrate upstream changes to mammoth module