YodaSpow / EmailDevTools

EmailTools
https://codepen.io/spowart/details/abWzBwR
7 stars 1 forks source link

Grammerly integration #41

Closed YodaSpow closed 5 years ago

YodaSpow commented 5 years ago

Is your feature request related to a problem? Please describe. Spelling mistakes and grammar

Describe the solution you'd like Page to be Grammarly checked when Grammer tab is checked

YodaSpow commented 5 years ago

Options: https://www.w3.org/2002/01/spellchecker

https://masterblogging.com/online-spell-checker-tools/

http://wiki.languagetool.org/integration-on-websites

YodaSpow commented 5 years ago

https://canjs.com/doc/guides/recipes/text-editor.html https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand https://w3c.github.io/editing/execCommand.html#editing-host

https://codepen.io/chrisdavidmills/full/gzYjag/

With language tools Chrome Addon: Spell check works with live text areas pre-appened with: contenteditable="true"

Proof of principle: https://codepen.io/spowart/pen/GVqVGE?editors=1010