[logseq-plugin-git:commit] 2024-01-03T15:28:57.296Z

master
Borja Robert 1 year ago
parent 5362807a1b
commit 606c32e1ae

@ -89,7 +89,7 @@
;; Available options: ;; Available options:
;; - integer from 0 to 6 (Monday to Sunday) ;; - integer from 0 to 6 (Monday to Sunday)
;; Default value: 6 (Sunday) ;; Default value: 6 (Sunday)
:start-of-week 6 :start-of-week 0
;; Specify a custom CSS import. ;; Specify a custom CSS import.
;; This option takes precedence over the local `logseq/custom.css` file. ;; This option takes precedence over the local `logseq/custom.css` file.
@ -292,7 +292,7 @@
;; :journal? false} ; Default value: false ;; :journal? false} ; Default value: false
;; Favorites to list on the left sidebar ;; Favorites to list on the left sidebar
:favorites [] :favorites ["voluntariado" "Voluntariado Mundo Sano España" "STOP2030" "Tareas"]
;; Set flashcards interval. ;; Set flashcards interval.
;; Expected value: ;; Expected value:
@ -414,4 +414,7 @@
:file/name-format :triple-lowbar :file/name-format :triple-lowbar
:feature/enable-flashcards? false :feature/enable-flashcards? false
:journal/page-title-format "E, yyyy/MM/dd" :journal/page-title-format "E, yyyy/MM/dd"
:editor/logical-outdenting? true} :editor/logical-outdenting? true
:editor/preferred-pasting-file? true
:feature/enable-whiteboards? false
:ui/show-brackets? false}

@ -417,4 +417,4 @@
:editor/logical-outdenting? true :editor/logical-outdenting? true
:editor/preferred-pasting-file? true :editor/preferred-pasting-file? true
:feature/enable-whiteboards? false :feature/enable-whiteboards? false
:ui/show-brackets? false} :ui/show-brackets? true}

Loading…
Cancel
Save