Use latest EasyMDE instead of the old SimpleMDE

This commit is contained in:
DanyLE
2023-01-03 23:44:19 +01:00
parent 7171a7eb3b
commit 4a1ac8030f
21 changed files with 125 additions and 51 deletions

View File

@ -1,5 +1,5 @@
SimpleMDE - Markdown Editor library for AntOS
EasyMDE - Markdown Editor library for AntOS
A drop-in JavaScript textarea replacement for writing beautiful and understandable Markdown. The WYSIWYG-esque editor allows users who may be less experienced with Markdown to use familiar toolbar buttons and shortcuts. In addition, the syntax is rendered while editing to clearly show the expected result. Headings are larger, emphasized words are italicized, links are underlined, etc. SimpleMDE is one of the first editors to feature both built-in autosaving and spell checking.
Project on Github [https://github.com/sparksuite/simplemde-markdown-editor](https://github.com/sparksuite/simplemde-markdown-editor)
Project on Github [https://easy-markdown-editor.tk/](https://easy-markdown-editor.tk/)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,12 @@
{
"pkgname": "SimpleMDE",
"name":"SimpleMDE library",
"name":"EasyMDE library, a fork of SimpleMDE",
"description":"SimpleMDE",
"info":{
"author": "",
"email": ""
},
"version":"1.11.2-r",
"version":"2.18.0-r",
"category":"Library",
"iconclass":"fa fa-cog",
"mimes":["none"],

View File

@ -1,3 +0,0 @@
<afx-app-window apptitle="SimpleMDE" width="500" height="400" data-id="SimpleMDE">
<afx-hbox ></afx-hbox>
</afx-app-window>