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

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