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

If i remember correctly, there was a PR to add material style icons. Is this implemented? How can i use material icons, instead of font-awesome?

Question

I don't know how hard this can be but is it possible to have the editor change the text direction based on the starting charters of the line if it...

I'm trying to find a way to enable the preview mode by default and disable the user interaction with the toolbar

Question

Everything in the title! (thanks for this great fork 👍 )

Improvement
Help wanted

**Is your feature request related to a problem? Please describe.** It would be a great addition if while we have multiple checkbox that we could, on the preview side, click...

Improvement

This PR adds a new option `iconsSet`, to let the developper specify which icons set to use. Currently, font-awesome (`fa`) or material (`material`) are supported, but others can be easily...

Improvement

**Is your feature request related to a problem? Please describe.** When typing code into the editor, it's always frustrating that it's not monospace and doesn't have syntax highlighting. Syntax highlighting...

Improvement

I am able to get the values in the editor using `editor.value()`, but it returns the text as markdown string. I would be happier if it can return the text...

Question

This is a very simple PR to allow more flexibility when rendering the preview. At the moment the `innerHTML` of the preview node will be overwritten with the result from...

While testing a responsive application using easyMDE, I found out that the fullscreen toolbar (which uses a static value of 50px for its height) can very easily be broken when...

Bug