Skip to content

Commit c8d454c

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 865660c commit c8d454c

File tree

5 files changed

+99
-0
lines changed

5 files changed

+99
-0
lines changed

apps/EasyEdit.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
layout: app
3+
4+
permalink: /EasyEdit/
5+
6+
icons:
7+
- EasyEdit/icons/512x512/easyedit.png
8+
9+
screenshots:
10+
- EasyEdit/screenshot.png
11+
12+
authors:
13+
- name: gcclinux
14+
url: https://github.com/gcclinux
15+
16+
links:
17+
- type: GitHub
18+
url: gcclinux/EasyEdit
19+
- type: Download
20+
url: https://github.com/gcclinux/EasyEdit/releases
21+
22+
desktop:
23+
Desktop Entry:
24+
Name: EasyEdit
25+
Exec: AppRun --no-sandbox %U
26+
Terminal: false
27+
Type: Application
28+
Icon: easyedit
29+
StartupWMClass: EasyEdit
30+
X-AppImage-Version: 1.0.6
31+
Categories: Development
32+
AppImageHub:
33+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
34+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
35+
could not be verified. Please remember that the signature file (.sig or .asc)
36+
should be the first file given on the command line.'
37+
X-AppImage-Type: 2
38+
X-AppImage-Architecture: x86_64
39+
40+
electron:
41+
type: module
42+
main: main.cjs
43+
author: Ricardo Wagemaker <[email protected]>
44+
license: MIT
45+
dependencies:
46+
detect-port: "^1.6.1"
47+
electron-is-dev: "^3.0.1"
48+
express: "^4.21.1"
49+
file-saver: "^2.0.5"
50+
html2canvas: "^1.4.1"
51+
jspdf: "^2.5.2"
52+
lodash.debounce: "^4.0.8"
53+
mermaid: "^11.4.0"
54+
react: "^18.3.1"
55+
react-dom: "^18.3.1"
56+
react-markdown: "^9.0.1"
57+
rehype-raw: "^7.0.0"
58+
remark-gfm: "^4.0.0"
59+
---

database/EasyEdit/easyedit.desktop

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[Desktop Entry]
2+
Name=EasyEdit
3+
Exec=AppRun --no-sandbox %U
4+
Terminal=false
5+
Type=Application
6+
Icon=easyedit
7+
StartupWMClass=EasyEdit
8+
X-AppImage-Version=1.0.6
9+
Categories=Development;TextEditor;Utility;
10+
11+
[AppImageHub]
12+
# Dear upstream developer, please include update information in your AppImage
13+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
14+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
15+
X-AppImage-Type=2
16+
X-AppImage-Architecture=x86_64
284 KB
Loading

database/EasyEdit/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "easyedit",
3+
"private": true,
4+
"version": "1.0.6",
5+
"type": "module",
6+
"main": "main.cjs",
7+
"author": "Ricardo Wagemaker <[email protected]>",
8+
"license": "MIT",
9+
"dependencies": {
10+
"detect-port": "^1.6.1",
11+
"electron-is-dev": "^3.0.1",
12+
"express": "^4.21.1",
13+
"file-saver": "^2.0.5",
14+
"html2canvas": "^1.4.1",
15+
"jspdf": "^2.5.2",
16+
"lodash.debounce": "^4.0.8",
17+
"mermaid": "^11.4.0",
18+
"react": "^18.3.1",
19+
"react-dom": "^18.3.1",
20+
"react-markdown": "^9.0.1",
21+
"rehype-raw": "^7.0.0",
22+
"remark-gfm": "^4.0.0"
23+
}
24+
}

database/EasyEdit/screenshot.png

38.6 KB
Loading

0 commit comments

Comments
 (0)