feat: added cancelled tasks queries

This commit is contained in:
mathisgauthey
2024-01-05 18:37:23 +01:00
parent cdd49fe40c
commit eff4fc875b
5 changed files with 87 additions and 5 deletions

View File

@@ -230,7 +230,7 @@ tR += rightAngle;
> group by done
> ```
> [!MISSING]+ Tasks Log ❌
> [!MISSING]+ Tasks Graveyard 🪦
>
> ```tasks
> description does not include ]]
@@ -239,6 +239,22 @@ tR += rightAngle;
> group by done
> ```
> [!MISSING]+ Projects Cancelled ❌
>
> ```tasks
> description includes ]]
> cancelled on <% moment(tp.file.title, "YYYY-[Q]Q").format("YYYY-[Q]Q") %>
> group by filename
> ```
> [!MISSING]+ Tasks Cancelled ❌
>
> ```tasks
> description does not include ]]
> cancelled on <% moment(tp.file.title, "YYYY-[Q]Q").format("YYYY-[Q]Q") %>
> group by filename
> ```
## Quarterly Focus 🔥 & Goals 🎯
- `Add some goals from yearly goals.`