-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve Markdown editor with a simple WYSIWYG menu bar #409
Comments
I received some feedback from David Moonen (MEMIC) regarding this: Overall, adding information was very intuitive for him. He didn't know markdown, however, so it took him some time to find the syntax online. The icon bar, or a link to some info on markdown would have helped in this case. |
SimpleMDE was last updated 8 years ago and is abandoned. A clone of it is EasyMDE (see also NPM), which is maintained more actively, but is a one-person project. There is also ink-mde (NPM), but it is also a one-person project and is even less popular. Strangely enough, there doesn't seem to exist any popular, mature, well-maintained, embeddable Markdown editor, so we might just have to abandon this idea. |
In addition, we currently use the following markdown tools that should be upgraded:
We also need to investigate if the editor can be also used as viewer only because we use mentioned makrdown tools for both editing and displaying markdown content. |
This week in the JS newsletter I receive there is "promotion" of new markdown framework @milkdown. I think it worth checking this one too. |
Maybe we will do this for the KIN project. |
probably using this small library would improve the edition of the Markdown description inside software and project pages
https://simplemde.com/
The text was updated successfully, but these errors were encountered: