Quote:
Originally Posted by Doitsu
I'd also like to point out that the Sigil plugin API is much easier to use than the admittedly more powerful Calibre plugin API. (I found this out the hard way when I converted my relatively simple Sigil epubcheck plugin to Calibre.)
|
It's "easier" only because its a smaller api.
With a calibre plugin, you basically have the entire calibre codebase at your fingertips. Extremely powerful, but sometimes hard just to figure out what's available to be used. You just have to peruse the work of those who've gone before (as well as the internal plugin examples).
I actually like the PyQt gui interface a little better with calibre, and I hope to add it to Sigil soon (so plugins can stylistically match the Sigil gui).