Are plugins modal?
I am looking into writing a plugin fixing typos found on an e-reader. My idea was to take a list of strings containing typos from the e-reader, find them one at a time in the document, and edit them with Sigil. The interface would be like a toolbar with a button to find the next string and set the cursor into the code window at the start of the string. I don't see how this could work if the plugin is modal, so is this possible?
|