From d9cd67f86cf6aa1a5fc0d5ca7d3cbb56cf49436e Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Thu, 11 Jan 2024 12:49:43 +0100 Subject: [PATCH] Auto saved by Logseq --- ....Desktop.edn => 2024-01-11T11_48_47.498Z.Desktop.edn} | 9 ++++++--- logseq/config.edn | 4 +++- 2 files changed, 9 insertions(+), 4 deletions(-) rename logseq/bak/logseq/config/{2024-01-03T14_16_29.886Z.Desktop.edn => 2024-01-11T11_48_47.498Z.Desktop.edn} (98%) diff --git a/logseq/bak/logseq/config/2024-01-03T14_16_29.886Z.Desktop.edn b/logseq/bak/logseq/config/2024-01-11T11_48_47.498Z.Desktop.edn similarity index 98% rename from logseq/bak/logseq/config/2024-01-03T14_16_29.886Z.Desktop.edn rename to logseq/bak/logseq/config/2024-01-11T11_48_47.498Z.Desktop.edn index 4ac5b370..55bcae83 100644 --- a/logseq/bak/logseq/config/2024-01-03T14_16_29.886Z.Desktop.edn +++ b/logseq/bak/logseq/config/2024-01-11T11_48_47.498Z.Desktop.edn @@ -292,7 +292,7 @@ ;; :journal? false} ; Default value: false ;; Favorites to list on the left sidebar - :favorites ["Voluntariado Mundo Sano España" "STOP2030" "Tareas"] + :favorites ["Personas" "voluntariado" "Voluntariado Mundo Sano España" "STOP2030" "Tareas"] ;; Set flashcards interval. ;; Expected value: @@ -413,7 +413,10 @@ ;; ;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" :editor/logical-outdenting? true :editor/preferred-pasting-file? true - :feature/enable-whiteboards? false} + :feature/enable-whiteboards? false + :ui/show-brackets? true + :graph/settings {:orphan-pages? false + :journal? true}} diff --git a/logseq/config.edn b/logseq/config.edn index 54ae0f53..f039b32f 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -418,4 +418,6 @@ :editor/preferred-pasting-file? true :feature/enable-whiteboards? false :ui/show-brackets? true - :graph/settings {:orphan-pages? false}} + :graph/settings {:orphan-pages? false + :journal? false + :excluded-pages? false}}