|
|
|
@ -89,7 +89,7 @@
|
|
|
|
|
;; Available options:
|
|
|
|
|
;; - integer from 0 to 6 (Monday to Sunday)
|
|
|
|
|
;; Default value: 6 (Sunday)
|
|
|
|
|
:start-of-week 6
|
|
|
|
|
:start-of-week 0
|
|
|
|
|
|
|
|
|
|
;; Specify a custom CSS import.
|
|
|
|
|
;; This option takes precedence over the local `logseq/custom.css` file.
|
|
|
|
@ -292,7 +292,7 @@
|
|
|
|
|
;; :journal? false} ; Default value: false
|
|
|
|
|
|
|
|
|
|
;; Favorites to list on the left sidebar
|
|
|
|
|
:favorites []
|
|
|
|
|
:favorites ["voluntariado" "Voluntariado Mundo Sano España" "STOP2030" "Tareas"]
|
|
|
|
|
|
|
|
|
|
;; Set flashcards interval.
|
|
|
|
|
;; Expected value:
|
|
|
|
@ -414,4 +414,7 @@
|
|
|
|
|
:file/name-format :triple-lowbar
|
|
|
|
|
:feature/enable-flashcards? false
|
|
|
|
|
: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}
|