feat: added cancelled tasks queries
This commit is contained in:
@@ -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.`
|
||||
|
||||
Reference in New Issue
Block a user