I have the LanguageTool (1) plugin activated in my Firefox, but when I’m mentoring sessions, it’s not active when writing comments, there is some kind of build in spell checking in the textarea, but mine is disabled.
For one that makes quite some spelling mistakes, it’s quite helpful to have a tool like this. Is this deactivated on purpose?
PS: It works in the forum. Which is of course a different software.
<html>
<head>
</head>
<body>
<textarea spellcheck="true">This exampull will be checkd fur spellung when you try to edit it.</textarea>
<textarea spellcheck="false">This exampull will nut be checkd fur spellung when you try to edit it.</textarea>
</body>
</html>
The first textarea has spellchecking with my plugin, the second hasn’t.
Snippet of textarea from exercism website. (Stripped out styling for readability)