diff --git a/logseq/bak/logseq/config/2024-01-11T11_48_47.498Z.Desktop.edn b/logseq/bak/logseq/config/2024-03-08T09_17_47.000Z.Desktop.edn similarity index 99% rename from logseq/bak/logseq/config/2024-01-11T11_48_47.498Z.Desktop.edn rename to logseq/bak/logseq/config/2024-03-08T09_17_47.000Z.Desktop.edn index 55bcae83..d097d3a6 100644 --- a/logseq/bak/logseq/config/2024-01-11T11_48_47.498Z.Desktop.edn +++ b/logseq/bak/logseq/config/2024-03-08T09_17_47.000Z.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" @@ -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 @@ -213,7 +213,7 @@ :in $ ?start ?today :where [?h :block/marker ?marker] - [(contains? #{"NOW" "DOING"} ?marker)] + [(contains? #{"TODO" "DOING"} ?marker)] [?h :block/page ?p] [?p :block/journal? true] [?p :block/journal-day ?d] @@ -419,4 +419,5 @@ :feature/enable-whiteboards? false :ui/show-brackets? true :graph/settings {:orphan-pages? false - :journal? true}} + :journal? false + :excluded-pages? false}} diff --git a/logseq/config.edn b/logseq/config.edn index d097d3a6..efc896b0 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -208,7 +208,7 @@ ;; The "NEXT" query returns tasks with "NOW", "LATER", or "TODO" status. :default-queries {:journals - [{:title "🔨 NOW" + [{:title "🔨 TODOs" :query [:find (pull ?h [*]) :in $ ?start ?today :where