fix: Reorder today query block

Fixed recurring task appearance if they have some note associated
This commit is contained in:
mathisgauthey
2024-01-09 14:37:27 +01:00
parent 626edd277a
commit 46c14b0366

View File

@@ -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 🏃