diff --git a/apps/CodeX_Notes.md b/apps/CodeX_Notes.md new file mode 100644 index 0000000000..6a9638734b --- /dev/null +++ b/apps/CodeX_Notes.md @@ -0,0 +1,73 @@ +--- +layout: app + +permalink: /CodeX_Notes/ +description: Simple, fast and useful crossplatform notes application based on CodeX Editor and Electron. + +icons: + - CodeX_Notes/icons/1024x1024/codex.notes.png + +screenshots: + - CodeX_Notes/screenshot.png + +authors: + - name: codex-team + url: https://github.com/codex-team + +links: + - type: GitHub + url: codex-team/codex.notes + - type: Download + url: https://github.com/codex-team/codex.notes/releases + +desktop: + Desktop Entry: + Name: CodeX Notes + Comment: Simple, fast and useful crossplatform notes application based on CodeX + Editor and Electron. + Exec: AppRun + Terminal: false + Type: Application + Icon: codex.notes + X-AppImage-Version: 2.2.2 + X-AppImage-BuildId: 39aa5250-136c-11a9-0c50-b55adbb29a62 + Categories: Utility + AppImageHub: + X-AppImage-Signature: no valid OpenPGP data 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. + X-AppImage-Type: 2 + X-AppImage-Architecture: x86_64 + +electron: + description: Simple, fast and useful crossplatform notes application based on CodeX + Editor and Electron. + main: "./src/codex-notes.js" + author: + name: CodeX + email: team@ifmo.su + license: MIT + homepage: https://ifmo.su/notes + repository: + url: https://github.com/codex-team/codex.notes + bugs: https://github.com/codex-team/codex.notes/issues/new + dependencies: + "@codexteam/hawk.nodejs": "^1.2.1" + "@codexteam/shortcuts": "^1.0.0" + electron-oauth2: "^3.0.0" + electron-pug: "^1.5.1" + electron-updater: "^2.21.11" + graphql-request: "^1.5.1" + is-online: "^7.0.0" + nedb: "^1.8.0" + node-machine-id: "^1.1.10" + node-notifier: "^5.2.1" + request: "^2.85.0" + request-promise: "^4.2.2" + sanitize-html: "^1.18.2" + tapable: "^1.0.0" + winston: "^3.0.0-rc4" + winston-daily-rotate-file: "^3.1.2" + ws: "^5.1.0" + optionalDependencies: {} +--- diff --git a/data/CodeX_Notes b/data/CodeX_Notes new file mode 100644 index 0000000000..793e01c806 --- /dev/null +++ b/data/CodeX_Notes @@ -0,0 +1 @@ +https://github.com/codex-team/codex.notes diff --git a/database/CodeX_Notes/codex.notes.desktop b/database/CodeX_Notes/codex.notes.desktop new file mode 100644 index 0000000000..4702c552e1 --- /dev/null +++ b/database/CodeX_Notes/codex.notes.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Name=CodeX Notes +Comment=Simple, fast and useful crossplatform notes application based on CodeX Editor and Electron. +Exec=AppRun +Terminal=false +Type=Application +Icon=codex.notes +X-AppImage-Version=2.2.2 +X-AppImage-BuildId=39aa5250-136c-11a9-0c50-b55adbb29a62 +Categories=Utility; + +[AppImageHub] +# Dear upstream developer, please include update information in your AppImage +# (e.g., with appimagetool -u) so that users can easily update the AppImage +X-AppImage-Signature=no valid OpenPGP data 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. +X-AppImage-Type=2 +X-AppImage-Architecture=x86_64 diff --git a/database/CodeX_Notes/icons/1024x1024/codex.notes.png b/database/CodeX_Notes/icons/1024x1024/codex.notes.png new file mode 100644 index 0000000000..3232174dc5 Binary files /dev/null and b/database/CodeX_Notes/icons/1024x1024/codex.notes.png differ diff --git a/database/CodeX_Notes/package.json b/database/CodeX_Notes/package.json new file mode 100644 index 0000000000..cee7c62450 --- /dev/null +++ b/database/CodeX_Notes/package.json @@ -0,0 +1,37 @@ +{ + "name": "codex.notes", + "version": "2.2.2", + "productName": "CodeX Notes", + "description": "Simple, fast and useful crossplatform notes application based on CodeX Editor and Electron.", + "main": "./src/codex-notes.js", + "author": { + "name": "CodeX", + "email": "team@ifmo.su" + }, + "license": "MIT", + "homepage": "https://ifmo.su/notes", + "repository": { + "url": "https://github.com/codex-team/codex.notes" + }, + "bugs": "https://github.com/codex-team/codex.notes/issues/new", + "dependencies": { + "@codexteam/hawk.nodejs": "^1.2.1", + "@codexteam/shortcuts": "^1.0.0", + "electron-oauth2": "^3.0.0", + "electron-pug": "^1.5.1", + "electron-updater": "^2.21.11", + "graphql-request": "^1.5.1", + "is-online": "^7.0.0", + "nedb": "^1.8.0", + "node-machine-id": "^1.1.10", + "node-notifier": "^5.2.1", + "request": "^2.85.0", + "request-promise": "^4.2.2", + "sanitize-html": "^1.18.2", + "tapable": "^1.0.0", + "winston": "^3.0.0-rc4", + "winston-daily-rotate-file": "^3.1.2", + "ws": "^5.1.0" + }, + "optionalDependencies": {} +} \ No newline at end of file diff --git a/database/CodeX_Notes/screenshot.png b/database/CodeX_Notes/screenshot.png new file mode 100644 index 0000000000..e69de29bb2