Quote:
Originally Posted by Katsunami
That can't be done, short of killing the entire plug-in system, which would basically kill Calibre itself. I wouldn't be surprised if Calibre isn't really a standalone program anymore, but more like a framework, requiring plug-ins for actual functionality. (Compare: Eclipse.)
|
In fact, calibre is highly modular and all the important bits are listed as plugins.
They are builtins, but still inherit from a list of basic classes for handling ebook formats, or device handling, metadata downloading, etc.
The GUI layout isn't a plugin though, there is that.