diff --git a/logseq/bak/logseq/config/2024-01-05T07_35_55.484Z.Desktop.edn b/logseq/bak/logseq/config/2024-03-08T09_03_02.379Z.Desktop.edn similarity index 98% rename from logseq/bak/logseq/config/2024-01-05T07_35_55.484Z.Desktop.edn rename to logseq/bak/logseq/config/2024-03-08T09_03_02.379Z.Desktop.edn index 47d44d13..149cafb5 100644 --- a/logseq/bak/logseq/config/2024-01-05T07_35_55.484Z.Desktop.edn +++ b/logseq/bak/logseq/config/2024-03-08T09_03_02.379Z.Desktop.edn @@ -20,7 +20,7 @@ ;; Define the default journal page template. ;; Enter the template name between the quotes. :default-templates - {:journals ""} + {:journals "daily-template"} ;; Set a custom date format for the journal page title. ;; Default value: "MMM do, yyyy" @@ -413,8 +413,11 @@ ;; ;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 - :ui/show-brackets? true} + :ui/show-brackets? true + :graph/settings {:orphan-pages? false + :journal? false + :excluded-pages? false}} diff --git a/logseq/config.edn b/logseq/config.edn index 149cafb5..b5181e05 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -81,7 +81,7 @@ ;; the 'scheduled tasks and deadlines' query. ;; Example usage: ;; Display all scheduled and deadline blocks for the next 14 days: - ;; :scheduled/future-days 14 + :scheduled/future-days 14 ;; Default value: 7 ;; :scheduled/future-days 7