mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
Merge branch 'master' into feat/whiteboards-onboarding
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
:journals-length 3
|
||||
|
||||
:search/q ""
|
||||
:search/mode :global
|
||||
:search/mode :global ;; inner page or full graph? {:page :global}
|
||||
:search/result nil
|
||||
:search/graph-filters []
|
||||
:search/engines {}
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
;; ui
|
||||
:ui/viewport {}
|
||||
|
||||
|
||||
;; left sidebar
|
||||
:ui/navigation-item-collapsed? {}
|
||||
|
||||
@@ -310,6 +310,9 @@
|
||||
:default-arweave-gateway "https://arweave.net"
|
||||
|
||||
;; For flushing the settings of old versions. Don't bump this value.
|
||||
;; There are only two kinds of graph, one is not upgraded (:legacy) and one is upgraded (:triple-lowbar)
|
||||
;; For not upgraded graphs, the config will have no key `:file/name-format`
|
||||
;; Then the default value is applied
|
||||
:file/name-format :legacy})
|
||||
|
||||
;; State that most user config is dependent on
|
||||
|
||||
Reference in New Issue
Block a user