[Feature Request] Add the ability to destruct the editor
See original GitHub issueIf there is a place where we are conditionally showing the editor, then it is better to have a destruct method.
var simplemde = new SimpleMDE({ element: document.getElementById("MyID") });
And when there is a need to hide/remove the editor:
simplemde.destruct();
It should remove all the elements that were added because of the construct method.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Feature request: Edit sent messages · Issue #2545 - GitHub
I would like to edit or delete my messages after I send them. Spec. pressing ⬆️ (Up Arrow) in the edit pane opens...
Read more >New Editor: Feature requests - Klaviyo Community
New Editor: Feature requests · 1. A bit slow/sticky to use · 2. Rename saved blocks · 3. Re-order saved blocks · 4....
Read more >Camtasia Feedback Feature Request Round-Up
i don't see where to add a feature request, but I would like to be able to record system audio when recording to...
Read more >Editor | API Reference | ArcGIS Maps SDK for JavaScript 4.25
This widget provides an out-of-the-box editing experience to help streamline the editing experience within a web application. It automatically recognizes if ...
Read more >Add ability to turn off "Revert to Editor" link - SiteOrigin
Having had several clients destroy Page Builder work by clicking the Revert to Editor link and ignoring all warnings, I'd like to add...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It is mentioned in the readme. https://github.com/Ionaru/easy-markdown-editor#removing-easymde-from-text-area
Renaming the
toTextArea()
function is not possible in any2.x.x
version because it would break backwards compatibility. Maybe an alias is acceptable?