mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
deprecate: on-disk encryption
Why? 1. there're still a lot issues on it and there's no resource to maintain and develop it considering we need to support it on all the platforms. 2. it creates more bugs with Logseq Sync.
This commit is contained in:
@@ -648,10 +648,6 @@ Similar to re-frame subscriptions"
|
||||
[]
|
||||
(:editor/logical-outdenting? (sub-config)))
|
||||
|
||||
(defn enable-encryption?
|
||||
[repo]
|
||||
(:feature/enable-encryption? (sub-config repo)))
|
||||
|
||||
(defn doc-mode-enter-for-new-line?
|
||||
[]
|
||||
(and (document-mode?)
|
||||
|
||||
Reference in New Issue
Block a user