From 101550c04f2f77fc46ce19545538d1e2da3dd90c Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Fri, 8 Mar 2024 10:20:32 +0100 Subject: [PATCH] Auto saved by Logseq --- journals/2024_01_25.md | 2 +- journals/2024_02_21.md | 2 +- ...n => 2024-03-08T09_20_31.809Z.Desktop.edn} | 30 +++++++++++++++---- logseq/config.edn | 2 +- 4 files changed, 28 insertions(+), 8 deletions(-) rename logseq/bak/logseq/config/{2024-01-14T00_24_47.189Z.android.edn => 2024-03-08T09_20_31.809Z.Desktop.edn} (94%) diff --git a/journals/2024_01_25.md b/journals/2024_01_25.md index 2983402b..570dd667 100644 --- a/journals/2024_01_25.md +++ b/journals/2024_01_25.md @@ -10,7 +10,7 @@ - Cambio de cultura a base de reuniones - Hay reunión del [[Grupo de Trabajo]] la semana que viene - Comunicación y proyectos tienen que estar más involucrados en todos los sentidos. Tiene que haber comunicación fluída entre [[María Santamaría]], [[Andrea Gómez]], [[Mariana Porta]] y [[Borja Robert]] - - TODO PREPARAR una propuesta de proyectos para el miniGRI que tienen que hacer [[Mariana Porta]] y [[Adela]] ??? + - DONE PREPARAR una propuesta de proyectos para el miniGRI que tienen que hacer [[Mariana Porta]] y [[Adela]] ??? - [[Marina]] empieza el curso en IESE el 12 de febrero - DONE HACER una propuesta de 1 o 2 paneles para el #Evento (tarde) DEADLINE: <2024-02-06 Tue> diff --git a/journals/2024_02_21.md b/journals/2024_02_21.md index 9470f537..1558cd9e 100644 --- a/journals/2024_02_21.md +++ b/journals/2024_02_21.md @@ -11,7 +11,7 @@ SCHEDULED: <2024-02-22 Thu> - DONE COMPARTIR con [[Lucas]] el qué, ya ni me acuerdo SCHEDULED: <2024-02-21 Wed> - - TODO RECIBIR PPT del [[Evento]] que preparó [[Lucas]] y me tiene que mandar [[Ade]] + - DONE RECIBIR PPT del [[Evento]] que preparó [[Lucas]] y me tiene que mandar [[Ade]] - - # #Eventos - DONE [[2024/02/21]] 13:30 - 14:30: Reunión [[Adela]] + Borja diff --git a/logseq/bak/logseq/config/2024-01-14T00_24_47.189Z.android.edn b/logseq/bak/logseq/config/2024-03-08T09_20_31.809Z.Desktop.edn similarity index 94% rename from logseq/bak/logseq/config/2024-01-14T00_24_47.189Z.android.edn rename to logseq/bak/logseq/config/2024-03-08T09_20_31.809Z.Desktop.edn index 6c0e790d..e44df36d 100644 --- a/logseq/bak/logseq/config/2024-01-14T00_24_47.189Z.android.edn +++ b/logseq/bak/logseq/config/2024-03-08T09_20_31.809Z.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 @@ -208,12 +208,12 @@ ;; 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 [?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] @@ -225,6 +225,23 @@ (get h :block/priority "Z")) result)) :group-by-page? false :collapsed? false} + {:title "🗄️ Forgotten" + :query [:find (pull ?h [*]) + :in $ ?start ?next + :where + [?h :block/marker ?marker] + [?h :block/page ?p] + [?p :page/journal? true] + [?p :page/journal-day ?d] + [(> ?d ?start)] + [(< ?d ?next)] + [(contains? #{"NOW" "DOING" "LATER" "TODO"} ?marker)]] + :inputs [:365d :14d] + :result-transform (fn [result] + (sort-by (fn [h] + (get h :block/priority "Z")) result)) + :collapsed? true} + {:title "📅 NEXT" :query [:find (pull ?h [*]) :in $ ?start ?next @@ -417,4 +434,7 @@ :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 e44df36d..0bfb075d 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -255,7 +255,7 @@ [(< ?d ?next)]] :inputs [:today :7d-after] :group-by-page? false - :collapsed? false}]} + :collapsed? true}]} ;; Add custom commands to the command palette ;; Example usage: