Quote:
Originally Posted by man2010
Would it be difficult for me to write the plug-in? In any case, I will post a detailed list of problems to check for during Sigil-to-Kindle conversion in a separate thread, so that others can have a crack at it, if they wish.
|
Shameless plug: I wrote a simple
KindleGen plugin that'll warn the user if the cover image wasn't defined or if the TOC and Start Reading guide items are missing. (It doesn't fix anything, though.)
The code has become a bit convoluted, but you might be able to use it as the basis for your own plugin and add custom checks and fixes.
As for writing a plugins yourself, it couldn't be easier thanks to the well-designed
Plugin Runner framework; it offers convenience functions for pretty much anything you need to manipulate ePubs, and if you get stuck both
DiapDealer and
KevinH will usually come up with some helpful ideas.