From 3e9b1916badd8ea9f1fb08caff350f7018dd0003 Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Fri, 5 Jan 2024 08:37:39 +0100 Subject: [PATCH] Auto saved by Logseq --- ....Desktop.edn => 2024-01-05T07_37_01.831Z.Desktop.edn} | 9 +++++---- logseq/config.edn | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) rename logseq/bak/logseq/config/{2024-01-02T10_43_07.561Z.Desktop.edn => 2024-01-05T07_37_01.831Z.Desktop.edn} (98%) diff --git a/logseq/bak/logseq/config/2024-01-02T10_43_07.561Z.Desktop.edn b/logseq/bak/logseq/config/2024-01-05T07_37_01.831Z.Desktop.edn similarity index 98% rename from logseq/bak/logseq/config/2024-01-02T10_43_07.561Z.Desktop.edn rename to logseq/bak/logseq/config/2024-01-05T07_37_01.831Z.Desktop.edn index fc75975f..f6afd785 100644 --- a/logseq/bak/logseq/config/2024-01-02T10_43_07.561Z.Desktop.edn +++ b/logseq/bak/logseq/config/2024-01-05T07_37_01.831Z.Desktop.edn @@ -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: @@ -413,7 +413,8 @@ ;; ;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} + :feature/enable-whiteboards? false + :ui/show-brackets? true} diff --git a/logseq/config.edn b/logseq/config.edn index f6afd785..6c0e790d 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 "yyyy-MM-dd EEEE" + :journal/page-title-format "yyyy/MM/dd" :editor/logical-outdenting? true :editor/preferred-pasting-file? true :feature/enable-whiteboards? false