Add .logseq/config/config.edn

Add .logseq/config/plugins.edn
This commit is contained in:
Florian Beisel 2024-06-07 13:24:07 +02:00
parent 860503e383
commit 8399769076
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
;; This global config file applies a configuration to all graphs. Any config
;; keys from a graph's logseq/config.edn can used here. A graph's
;; logseq/config.edn overrides config keys in this file except for maps which
;; are merged. As an example of merging, the following global and local configs:
;; {:shortcuts {:ui/toggle-theme "t z"}}
;; {:shortcuts {:ui/toggle-brackets "t b"}}
;;
;; would result in the final config:
;; {:shortcuts {:ui/toggle-theme "t z"
;; :ui/toggle-brackets "t b"}}
{}

View File

@ -0,0 +1,2 @@
{:logseq-bujo-theme {:version "1.3.5", :repo "stdword/logseq-bujo-theme", :effect false, :theme true}
:logseq-bullet-threading {:version "v1.1.4", :repo "pengx17/logseq-plugin-bullet-threading", :effect false, :theme false}}