feat!: File Sync (#5355)

- file sync for electron/ios/android
- age encryption of both file content and file path
- massive UI enhancement
- corresponding CI tasks

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: rcmerci <rcmerci@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Andelf <andelf@gmail.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
This commit is contained in:
Charlie
2022-09-01 00:31:49 +08:00
committed by GitHub
parent 252fec4dd6
commit 01d879c18e
111 changed files with 6507 additions and 1950 deletions

1
libs/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
docs/

View File

@@ -12,7 +12,8 @@
"dev:core": "npm run build:core -- --mode development --watch",
"build": "tsc && rm dist/*.js && npm run build:user",
"lint": "prettier --check \"src/**/*.{ts, js}\"",
"fix": "prettier --write \"src/**/*.{ts, js}\""
"fix": "prettier --write \"src/**/*.{ts, js}\"",
"build:docs": "typedoc --plugin typedoc-plugin-lsp-docs src/LSPlugin.user.ts"
},
"dependencies": {
"csstype": "3.1.0",
@@ -32,6 +33,8 @@
"prettier-config-standard": "^5.0.0",
"ts-loader": "9.3.0",
"typescript": "4.7.3",
"typedoc": "^0.22.15",
"typedoc-plugin-lsp-docs": "*",
"webpack": "5.73.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.9.2"