Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions apps/CodeX_Notes.md
Original file line number Diff line number Diff line change
@@ -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: {}
---
1 change: 1 addition & 0 deletions data/CodeX_Notes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/codex-team/codex.notes
17 changes: 17 additions & 0 deletions database/CodeX_Notes/codex.notes.desktop
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions database/CodeX_Notes/package.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.