s-blu / writerey

Writerey helps you to organize, compose and refine your stories
Mozilla Public License 2.0
6 stars 1 forks source link

Investigate possibility of spell/grammar checks #55

Open s-blu opened 4 years ago

s-blu commented 4 years ago

Needs to be language dependent then

s-blu commented 4 years ago

https://www.electronjs.org/docs/api/web-frame#webframesetspellcheckproviderlanguage-provider

s-blu commented 4 years ago

https://prowritingaid.com/en/App/Quill

s-blu commented 4 years ago

https://github.com/quilljs/quill/issues/2527

s-blu commented 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

s-blu commented 4 years ago

Solutions can be so easy! https://www.electronjs.org/docs/all#spellchecker

s-blu commented 4 years ago

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.