Auto saved by Logseq

master
Borja Robert 1 year ago
parent 4cc011a751
commit 10b834d37a

@ -46,7 +46,7 @@
;; Display all lines of a block when referencing ((block)).
;; Default value: false
:ui/show-full-blocks? true
:ui/show-full-blocks? false
;; Automatically expand block references when zooming in.
;; Default value: true
@ -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 ["Personas" "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? true}

@ -413,7 +413,7 @@
;; ;use Percent-encoding for other invalid characters
:file/name-format :triple-lowbar
:feature/enable-flashcards? false
:journal/page-title-format "E, yyyy/MM/dd"
:journal/page-title-format "yyyy-MM-dd EEEE"
:editor/logical-outdenting? true
:editor/preferred-pasting-file? true
:feature/enable-whiteboards? false

Loading…
Cancel
Save