Document Server version: 6.4
Installation method: Docker
OS: Centos7.9
Browser version: Microsoft Edge Version 115.0.1901.188 (Official build) (64-bit)
Hi, I’m finding ways to implement my customized spell-checker (because default spell-checker just contains specified languages, but not contains mine need)
I read Api-documents, plugin examples, and discussions about that. I see one similar discussionhttps://github.com/discussions/1882]. I wonder some details about how to develop a plugin.
Here’s my questions:
- Can I call plugin out of the editor or just in Plugin panel on the top? For example, can I create a button out of editor to control my plugin turn on/off.
- Can I add element into the right-click menu? Just like what built-in spellchecker do provide alternatives in right-click menu.
- I don’t find a way to extract contexts to String without user’s ‘selection’ operation in the Plugin-Api-Document. Is it possible to extract all contents in editor without any user’s operation?
English is not my native language, excuse typing errors.
I previously posted this discussion on GitHub[Is it technically feasible to implement customized SpellChecker through plugin? · ONLYOFFICE/DocumentServer · Discussion #2312 · GitHub] but no answers.
Any help is greatly appreciated.