benrbray / prosemirror-math

Schema and plugins for "first-class" math support in ProseMirror!
https://benrbray.com/prosemirror-math/
MIT License
245 stars 35 forks source link

Disable spellcheck for raw TeX input #44

Closed mrtcode closed 3 months ago

mrtcode commented 1 year ago

prosemirror-math demo has spellcheck disabled for the whole editor, but in real-life cases spell checking is often necessary. But it doesn't make sense to spellcheck raw TeX, therefore this PR disables that.

benrbray commented 3 months ago

Thanks for your contribution! I'm not able to merge your PR since the structure of the project has changed, but I disabled spellcheck in the math element in PR #68.