From 46c14b03669f783fcc4123bb9ceb54221d438316 Mon Sep 17 00:00:00 2001 From: mathisgauthey Date: Tue, 9 Jan 2024 14:37:27 +0100 Subject: [PATCH] fix: Reorder today query block Fixed recurring task appearance if they have some note associated --- 5-Templates/Daily-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-Templates/Daily-Notes.md b/5-Templates/Daily-Notes.md index 8c9bac8..8fe6064 100644 --- a/5-Templates/Daily-Notes.md +++ b/5-Templates/Daily-Notes.md @@ -44,7 +44,7 @@ tR += rightAngle; > not done > (happens on or before <% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>) OR (status.type is IN_PROGRESS) > (heading does not include Focus) AND (heading does not include Goals) -> group by function (task.description.includes("[[")) ? '%%1%% Projects' : result = !task.isRecurring ? '%%2%% Tasks' : '%%3%% Recurring Tasks' +> group by function (task.isRecurring) ? '%%3%% Recurring Tasks' : result = task.description.includes("[[") ? '%%1%% Projects' : '%%2%% Tasks' > ``` > [!IMPORTANT]+ Short Next Actions 🏃