-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add two options inputStyle and nativeSpellcheck #143
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions
Can you add this to the changelog as well? |
@Ionaru and voila. Cheers. |
Silly question, and I'm sorry if this is the wrong place to ask, but how does one use this? I call the constructor with The demo website, https://easymde.tk/, seems to be down at the moment. Perhaps you could add a Thanks! |
@CatalinFrancu |
@A-312 Thank you. I tried that, but that disables the spell checker altogether, both the CodeMirror one and the browser one. (The browser spell checker does work in other fields on the same page). Should I replace the |
You a have to use the tagged version zestedesavoir/zds-site@7eadd7e#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R47 |
Brilliant! It works perfectly. I don't use npm, so just in case it helps other people, I ran the command |
According to Ionaru/easy-markdown-editor#143 Signed-off-by: Dmytro Borysovskyi 🦁
According to Ionaru/easy-markdown-editor#143 Signed-off-by: Dmytro Borysovskyi 🦁
According to Ionaru/easy-markdown-editor#143 Signed-off-by: Dmytro Borysovskyi 🦁
Add two options for enable native (browsers) spellcheck on contenteditable instead of codemirror spellcheck which are limited.
I can link this issue : #52