mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-23 17:29:51 +02:00
Add package dependencies
This commit is contained in:
5
SimpleMDE/README.md
Normal file
5
SimpleMDE/README.md
Normal 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)
|
5
SimpleMDE/build/debug/README.md
Normal file
5
SimpleMDE/build/debug/README.md
Normal 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)
|
8
SimpleMDE/build/debug/main.css
Normal file
8
SimpleMDE/build/debug/main.css
Normal file
File diff suppressed because one or more lines are too long
1
SimpleMDE/build/debug/main.js
Normal file
1
SimpleMDE/build/debug/main.js
Normal file
File diff suppressed because one or more lines are too long
14
SimpleMDE/build/debug/package.json
Normal file
14
SimpleMDE/build/debug/package.json
Normal 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": {}
|
||||
}
|
3
SimpleMDE/build/debug/scheme.html
Normal file
3
SimpleMDE/build/debug/scheme.html
Normal file
@ -0,0 +1,3 @@
|
||||
<afx-app-window apptitle="SimpleMDE" width="500" height="400" data-id="SimpleMDE">
|
||||
<afx-hbox ></afx-hbox>
|
||||
</afx-app-window>
|
BIN
SimpleMDE/build/release/SimpleMDE.zip
Normal file
BIN
SimpleMDE/build/release/SimpleMDE.zip
Normal file
Binary file not shown.
14
SimpleMDE/package.json
Normal file
14
SimpleMDE/package.json
Normal 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
8
SimpleMDE/project.json
Normal 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
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
15
SimpleMDE/simplemde.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user