diff --git a/logseq/bak/logseq/config/2024-01-02T10_07_26.507Z.Desktop.edn b/logseq/bak/logseq/config/2024-01-05T07_35_55.484Z.Desktop.edn similarity index 98% rename from logseq/bak/logseq/config/2024-01-02T10_07_26.507Z.Desktop.edn rename to logseq/bak/logseq/config/2024-01-05T07_35_55.484Z.Desktop.edn index 85e7d23d..47d44d13 100644 --- a/logseq/bak/logseq/config/2024-01-02T10_07_26.507Z.Desktop.edn +++ b/logseq/bak/logseq/config/2024-01-05T07_35_55.484Z.Desktop.edn @@ -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} diff --git a/logseq/config.edn b/logseq/config.edn index 47d44d13..f6afd785 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -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