jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Spell Check #38

Closed kunalsinghal closed 5 years ago

kunalsinghal commented 8 years ago

Hi, Awesome editor. Just love the feel of it. But, can we have spell check in the editor? That's one thing that's quite important I believe.

Thanks!

linkviii commented 8 years ago

Quite important. I shouldn't need to paste into twitter to spell check. What prevents browser spellcheck from working?

jakob-stoeck commented 8 years ago

Since the editor is based on CodeMirror its plugins should work. Have you tried https://github.com/NextStepWebs/codemirror-spell-checker?

ngtrian commented 5 years ago

how to disable spell check?

aero31aero commented 5 years ago

@ngtrian sorry there's no option for that as of now. I'm open to accepting PRs to add a button for that behavior, however.

Also, closing this since we now have spellcheck in the editor.