kiwitcms / Kiwi

open source test management system with over 2 million downloads!
https://kiwitcms.org
GNU General Public License v2.0
973 stars 290 forks source link

Research replacing SimpleMDE with EasyMDE #1910

Open atodorov opened 4 years ago

atodorov commented 4 years ago

Looks like EasyMDE is a fresher fork of SimpleMDE with improvements and currently maintained. See: https://github.com/sparksuite/simplemde-markdown-editor/issues/721#issuecomment-691326391

apart from swapping the library which is required we also have a few integrations like syntax highlighting, inline attachments and a security override. We need a more detailed research & plan what exactly needs to be changed so we can migrate to EasyMDE.

atodorov commented 2 years ago

Also see https://ourcodeworld.com/articles/read/359/top-7-best-markdown-editors-javascript-and-jquery-plugins with the top-pick being https://github.com/pandao/editor.md which also supports plugins (however doesn't seem to be maintained recently and also has an xss vulnerability)

atodorov commented 2 years ago

https://github.com/nhn/tui.editor - this one also looks good.