mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +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:
@@ -325,6 +325,8 @@
|
||||
:go/graph-view {:binding "g g"
|
||||
:fn route-handler/redirect-to-graph-view!}
|
||||
|
||||
:go/all-graphs {:binding "g shift+g"
|
||||
:fn route-handler/redirect-to-all-graphs}
|
||||
|
||||
:go/keyboard-shortcuts {:binding "g s"
|
||||
:fn #(route-handler/redirect! {:to :shortcut-setting})}
|
||||
@@ -534,6 +536,7 @@
|
||||
:go/all-pages
|
||||
:go/flashcards
|
||||
:go/graph-view
|
||||
:go/all-graphs
|
||||
:go/keyboard-shortcuts
|
||||
:go/tomorrow
|
||||
:go/next-journal
|
||||
@@ -599,6 +602,7 @@
|
||||
:go/journals
|
||||
:go/all-pages
|
||||
:go/graph-view
|
||||
:go/all-graphs
|
||||
:go/flashcards
|
||||
:go/tomorrow
|
||||
:go/next-journal
|
||||
|
||||
Reference in New Issue
Block a user