Quote:
Originally Posted by BetterRed
Most (all ?) Sigil plugins are primarily written in Python. I believe other languages are theoretically possible.
BR
|
The basic framework is Python--and is fairly robust. One could technically use a very simple python wrapper to launch an executable written in just about any other language (or launch other scripts--so long as the interpreter for that scripting language is installed and available on the user's machine).