From 606c32e1aeb6f3b486fb0a351668f716f644de01 Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Wed, 3 Jan 2024 16:28:58 +0100 Subject: [PATCH] [logseq-plugin-git:commit] 2024-01-03T15:28:57.296Z --- ....Desktop.edn => 2024-01-03T15_28_50.070Z.Desktop.edn} | 9 ++++++--- logseq/config.edn | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) rename logseq/bak/logseq/config/{2024-01-02T10_07_23.942Z.Desktop.edn => 2024-01-03T15_28_50.070Z.Desktop.edn} (98%) diff --git a/logseq/bak/logseq/config/2024-01-02T10_07_23.942Z.Desktop.edn b/logseq/bak/logseq/config/2024-01-03T15_28_50.070Z.Desktop.edn similarity index 98% rename from logseq/bak/logseq/config/2024-01-02T10_07_23.942Z.Desktop.edn rename to logseq/bak/logseq/config/2024-01-03T15_28_50.070Z.Desktop.edn index 4c2ba944..e40d28e0 100644 --- a/logseq/bak/logseq/config/2024-01-02T10_07_23.942Z.Desktop.edn +++ b/logseq/bak/logseq/config/2024-01-03T15_28_50.070Z.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 ["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} diff --git a/logseq/config.edn b/logseq/config.edn index e40d28e0..b83b95f4 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -417,4 +417,4 @@ :editor/logical-outdenting? true :editor/preferred-pasting-file? true :feature/enable-whiteboards? false - :ui/show-brackets? false} + :ui/show-brackets? true}