mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
Use latest EasyMDE instead of the old SimpleMDE
This commit is contained in:
@ -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
@ -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"],
|
||||
|
@ -1,3 +0,0 @@
|
||||
<afx-app-window apptitle="SimpleMDE" width="500" height="400" data-id="SimpleMDE">
|
||||
<afx-hbox ></afx-hbox>
|
||||
</afx-app-window>
|
Reference in New Issue
Block a user