From b854b54331f778572e762742bd3bc2bfa706aadb Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Fri, 8 Mar 2024 10:17:50 +0100 Subject: [PATCH] [logseq-plugin-git:commit] 2024-03-08T09:17:48.965Z --- ....Desktop.edn => 2024-03-08T09_17_47.000Z.Desktop.edn} | 9 +++++---- logseq/config.edn | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) rename logseq/bak/logseq/config/{2024-01-11T11_48_47.498Z.Desktop.edn => 2024-03-08T09_17_47.000Z.Desktop.edn} (99%) 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