mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
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:
1
libs/.gitignore
vendored
Normal file
1
libs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
docs/
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user