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

@@ -199,7 +199,7 @@ filter: "#Inbox"
> group by filename
> ```
> [!MISSING]+ Tasks Log ❌
> [!MISSING]+ Tasks Graveyard 🪦
>
> ```tasks
> description does not include ]]
@@ -207,8 +207,26 @@ filter: "#Inbox"
> group by filename
> ```
> [!MISSING]+ Projects Cancelled ❌
>
> ```tasks
> description includes ]]
> cancelled on <% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>
> group by filename
> ```
> [!MISSING]+ Tasks Cancelled ❌
>
> ```tasks
> description does not include ]]
> cancelled on <% moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD") %>
> group by filename
> ```
## Daily Focus 🔥 & Goals 🎯
## Journal 📔
Mood::

View File

@@ -238,7 +238,7 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
> group by done
> ```
> [!MISSING]+ Tasks Log ❌
> [!MISSING]+ Tasks Graveyard 🪦
>
> ```tasks
> description does not include ]]
@@ -247,6 +247,22 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
> group by done
> ```
> [!MISSING]+ Projects Cancelled ❌
>
> ```tasks
> description includes ]]
> cancelled on <% moment(tp.file.title, "YYYY-MM").format("YYYY-MM") %>
> group by filename
> ```
> [!MISSING]+ Tasks Cancelled ❌
>
> ```tasks
> description does not include ]]
> cancelled on <% moment(tp.file.title, "YYYY-MM").format("YYYY-MM") %>
> group by filename
> ```
## Monthly Focus 🔥 & Goals 🎯
- `Add some C.S.S (Continue Start Stop) with Habits & DWI.`

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.`

View File

@@ -243,7 +243,7 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
> group by done
> ```
> [!MISSING]+ Tasks Log ❌
> [!MISSING]+ Tasks Graveyard 🪦
>
> ```tasks
> description does not include ]]
@@ -252,6 +252,22 @@ await dv.view("_Scripts", {pages: "dv.pages().file.where(f => f.folder != '_Sour
> group by done
> ```
> [!MISSING]+ Projects Cancelled ❌
>
> ```tasks
> description includes ]]
> cancelled on <% moment(tp.file.title, "GGGG-[W]WW").format("GGGG-[W]WW") %>
> group by filename
> ```
> [!MISSING]+ Tasks Cancelled ❌
>
> ```tasks
> description does not include ]]
> cancelled on <% moment(tp.file.title, "GGGG-[W]WW").format("GGGG-[W]WW") %>
> group by filename
> ```
## Weekly Focus 🔥 & Goals 🎯
1. `Declutter & mind dump.` (GET CLEAR)

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`