Skip to content
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

Does EasyMDE support plugins ? #391

Closed
atodorov opened this issue Jan 12, 2022 · 1 comment
Closed

Does EasyMDE support plugins ? #391

atodorov opened this issue Jan 12, 2022 · 1 comment
Labels

Comments

@atodorov
Copy link

Does the editor have support for any plugins ? I am thinking about drop-in packages, which will automatically be discovered and wired up into the editor, for example providing new toolbar buttons or new features, etc.

I am considering switching from SimpleMDE but we've got a few custom additions on top of it, plus requirements for new features which would make more sense to be implemented as plugin modules.

@Ionaru
Copy link
Owner

Ionaru commented Jan 12, 2022

The editor does not support plugins at the moment. But API changes compared to SimpleMDE are pretty minimal so your custom additions you use in SimpleMDE should work without much effort.

I do think that when the inevitable ESM / CodeMirror 6 rewrite happens (#262, #324), plugins for the editor and the ability to load codemirror addons (#149) are good features to consider.
The editor itself could also be build as a core module and plugins for basic functionality (#167).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants