easy-markdown-editor icon indicating copy to clipboard operation
easy-markdown-editor copied to clipboard

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.

Results 206 easy-markdown-editor issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I use HTML5 based validations whenever possible, because my site needs to support noscript users, but I like to improve...

Improvement

**Describe the bug** When clicking on the word suggested by the keyboard in does not enter the word into the editor. I have tested it on both firefox and safari...

Bug
Help wanted

Hello we have a requirement to allow editing of markdown files in preview mode. The existing functionality supports our POC requirements, but we do need to supporting editing in preview...

Question

Hi, I'm evaluating the replacement of CKEditor to EasyMDE and I wonder how the spell checker works. Is there a way to do the spellchecking server side?, I need this...

Question

Hi, I have an external module that handles the image uploads. The only way I could make it work with the easyMDE editor was to extend the prototype like this...

**Describe your question** I'm trying to load some `addons` from the `codemirror` package, but looks like is not possible to do ? ``` import 'codemirror/addon/selection/active-line.js'; ```

Question

**Is your feature request related to a problem? Please describe.** I find quite limitating the idea that the spellCheck (coming from [CodeMirror SpellChecker](https://github.com/sparksuite/codemirror-spell-checker) ) should only be on the American...

Improvement

**Describe the bug** The `isPreviewActive()` method is returning `false`, whether the preview mode is active or not. **Steps to reproduce the behavior:** ```html Example / Preview const easyMDE = new...

Bug

On my website easymde.min.js we placing small movie picture thumbnails, by default mouse click has no function but this code will open picture in a new window [![](https://example.com/picture.jpg)](https://example.com/picture.jpg) Would like...

How do I set the autocorrect and autocapitalize options of the underlying codemirror instance. I can see from [this](https://github.com/codemirror/CodeMirror/pull/5739) that it is already supported by codemirror, but I cannot see...

Question