Add package dependencies

This commit is contained in:
lxsang
2020-12-18 21:52:44 +01:00
parent 75fed89b33
commit fcaa1e9b1c
245 changed files with 341 additions and 37827 deletions

5
SimpleMDE/README.md Normal file
View File

@ -0,0 +1,5 @@
SimpleMDE - 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)

View File

@ -0,0 +1,5 @@
SimpleMDE - 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)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
{
"pkgname": "SimpleMDE",
"name":"SimpleMDE library",
"description":"SimpleMDE",
"info":{
"author": "",
"email": ""
},
"version":"1.11.2-r",
"category":"Library",
"iconclass":"fa fa-cog",
"mimes":["none"],
"locale": {}
}

View File

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

Binary file not shown.

14
SimpleMDE/package.json Normal file
View File

@ -0,0 +1,14 @@
{
"pkgname": "SimpleMDE",
"name":"SimpleMDE library",
"description":"SimpleMDE",
"info":{
"author": "",
"email": ""
},
"version":"1.11.2-r",
"category":"Library",
"iconclass":"fa fa-cog",
"mimes":["none"],
"locale": {}
}

8
SimpleMDE/project.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "SimpleMDE",
"root": "home://workspace/antosdk-apps/SimpleMDE",
"css": ["simplemde.min.css"],
"javascripts": ["simplemde.min.js"],
"coffees": [],
"copies": ["package.json", "README.md"]
}

7
SimpleMDE/simplemde.min.css vendored Normal file

File diff suppressed because one or more lines are too long

15
SimpleMDE/simplemde.min.js vendored Normal file

File diff suppressed because one or more lines are too long