easy-markdown-editor
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.
**Describe your question** I wonder wahts the reasoning of doing .EasyMDEContainer { flex-direction: row, flex-warp: wrap } and then having all the elements underneath each other. Wouldn't it be easier...
If there is a place where we are conditionally showing the editor, then it is better to have a destruct method. ```javascript var simplemde = new SimpleMDE({ element: document.getElementById("MyID") });...
**Is your feature request related to a problem? Please describe.** Icons with text like H1, H2, H3 is not user-friendly. The "bigger heading" and "smaller heading" buttons aren't very user-friendly...
**Describe the bug** If the editor is configured to have a side-by-side toolbar button but not the fullscreen button then pressing the button gets the user stuck in fullscreen mode....
EasyMDE could provide toolbar buttons for mentions and references. These buttons would only provide icons, tooltips and insert the character `@` and `#` into the editor. Nothing more. It would...
**Is your feature request related to a problem? Please describe.** My users do not understand English or understand it poorly. **Describe the solution you'd like** An option to customize the...
There should be a toolbar button to add a task list. ```markdown # Groceries - [ ] Apples - [x] Bananas - [ ] Oranges ``` FontAwesome icon: `fa-tasks` https://fontawesome.com/v5/icons/tasks?s=solid
**Is your feature request related to a problem? Please describe.** My users are non-technical and don't know what Markdown is, and I don't want them to know that the editor...
I want to be able to provide a consistent markdown view between the editor and the viewer. Is there a way to set the EasyMDE object as view only? Or...