Quote:
Originally Posted by Toxaris
I am actually thinking about that, but I think that the plugin system is not fit for that.
|
The plugin system as designed would not work for this situation. It was designed with separation from the GUI from the get go in mind. This way 1) Plugins are not tied specifically to Sigil (some plugins are dual calibre and sigil plugins for example). 2) Licensing, by having an API and separation plugin authors can choose any license (even commercial) for their plugins.
These choices do limit what plugins can do. But something like this might not be a bad idea for including as part of Sigil itself.
My gut feeling (not really having looking into this much) is a clip that uses a regex to wrap an image in SVG would be the best way to go. It might be a good example clip for us to add.