Open s-blu opened 4 years ago
Seems like we can use the default spell checker but need to construct our own context menu https://github.com/electron/electron/issues/22698 https://www.electronjs.org/docs/api/web-contents#event-context-menu
node-spellchecker seems to provide that already. Try that out. https://www.electronjs.org/docs/api/web-frame#webframesetspellcheckproviderlanguage-provider
Solutions can be so easy! https://www.electronjs.org/docs/all#spellchecker
Have a look if there are possibilities to add grammar checks. Are there any open/free solutions?
There seem to be a pay solution from ckeditor itself - inputting a license key would be an option here, but this should happen in context of the settings page and in a separate ticket.
Needs to be language dependent then