Quote:
Originally Posted by JSWolf
Is anyone else having trouble with epubcheck editor plugin for Calibre with Calibre version 3.42 for Windows 64-bit? It doesn't do anything.
|
Unfortunately, I can't reproduce this issue.
Try the following:
1. Download the the official epubcheck-4.2.0.zip package from
Github and unzip it.
2. Unzip the 0.1.6 epubcheck plugin.
3. Replace
epubcheck.jar and the complete
lib folder with the files from the official release.
4. Change the following entry in
__init__.py:
from
Code:
version = (0, 1, 6)
to:
Code:
version = (0, 1, 7)
5. Zip up the 0.1.6 epubcheck plugin and manually install this version.
BTW, you don't need the new version, since it mostly added epub3-only checks.