gnosisguild/tabula

No spellchecking in browser

cedricwaxwing opened this issue · 3 comments

There's likely a third-party spell checker that we can use to spell check content when in edit view.

Most browsers have a baked in spell-checker.
For example, if I missssspell something while I'm commenting on GitHub, my browser highlights the text. So I'm guessing you can probably get this for free depending on properties on the text input.

image

I notice that spellcheck works in the the title input, but not in the body.
Screencast from 07-19-2023 11:19:23 AM.webm

I was able to make spellchecking work by adding spellcheck="true" to this element in the browser
image