brunosimon / keppler

Real time code sharing for your lectures and presentations.
MIT License
1.93k stars 101 forks source link

Disable spellcheck on code blocks #33

Closed darahak closed 6 years ago

darahak commented 6 years ago

Most browsers have built-in spellcheckers now: using Chrome, every time I click on a line, it becomes underlined with a red squiggly line.

I know it can be disabled, but students might not be aware of this and think there is something wrong with the code.

For reference: spellcheck attribute on MDN

Anyway, the project looks awesome. Looking forward to seeing it grow. Thank you! :bowing_man:

brunosimon commented 6 years ago

Hello,

Chrome spell checks never shows up for me inside Keppler. I added the spellcheck="false" attribute and I published to NPM. If you can check if it's working fine now, that would be awesome :)

Thank you for the help

darahak commented 6 years ago

Just tested the latest release, problem solved. Thanks!