Quote:
Originally Posted by exaltedwombat
Is this version supposed to work with the Python that comes along with Sigil 0.8.901?
Thanks.
|
It should do - it has been tested with the stable version (0.8.7) of Sigil using Python 3 libraries and these libraries are built into Sigil 0.8.901.
Quote:
Originally Posted by eschwartz
Now that Sigil's plugin launcher includes an interface to libhunspell and a way to retrieve hunspell dictionaries, is this plugin going to learn how to read those directly?
|
I do intend to access the hunspell dictionaries in a later version of the plugin. However, as Sigil 0.8.7 is the currently stable version I am using this version for all my ePub editing at present, so I need my plugin to work with that.
Quote:
Originally Posted by DiapDealer
...Not to mention using the sigil_bs4 module that all plugins should already have access to. 0.8.901 should really have everything needed to run this plugin with no extra installations on Windows and OS X (and probably Linux if Sigil was built on the machine). But I've no idea if this plugin is constructed to make use of it all or not.
|
I use a stand-alone IDE for development work as this saves a lot of time; since the IDE cannot access the sigil_bs4 module I have to do all my initial work using standalone versions of Python and libraries such as Beautiful Soup. The current version of the plugin uses Beautiful Soup. However, I will be implementing a version of the plugin that uses the sigil_bs4 module when the next version of Sigil becomes established as stable (if I have understood correctly, I only need to change the import instruction to use this module so I am hoping that this will be a straightforward update). As I said in my response to eschwartz I designed my plugin to work with Sigil 0.8.7 as this is stable and I suspect other users will be using this version until 0.9 is available.
Quote:
Originally Posted by gipsy
something doesn't work fine in Greek right now
|
Unfortunately I am not able to test the plugin with Greek texts - I will try to look at what is happening when I get time! Does the checkbox for checking Greek code having an effect on the outcome?
Quote:
Originally Posted by gipsy
...you forget to add ...
|
Apologies - I will include these in the next update!!