Skip to content

Commit

Permalink
PUSH NOTE : Guide Tasks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkWithPbody committed Sep 4, 2024
1 parent 50d36bd commit 4e97fe3
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions content/Configs/Guides/Guide Tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,35 @@ NOT (path includes Templater)
NOT (tag includes HideFromTasks)
```

### Due
```
group by due
has due date
(scheduled before next 2 week) OR (no scheduled date)
```
### Scheduled
```
group by scheduled
no due date
scheduled before next 2 week OR no scheduled date
NOT (tag includes shopping)
```
### Shopping
### Tasks Page Dataview Setup

```
tag includes shopping
%%[parent:: [[index]]]%%
> [!blue]+ Active Projects
> - [[Projects/2024/ICPS_Research/ICPS_Research.md|ICPS_Research]]
> - [[Courses/2024/ARC2013Y-Architectural_Design_Studio_3/ARC2013Y-Architectural_Design_Studio_3.md|ARC2013Y-Architectural_Design_Studio_3]]
> - [[Courses/2024/ARC2047H-Building_Science_Materials_and_Construction_3/ARC2047H-Building_Science_Materials_and_Construction_3.md|ARC2047H-Building_Science_Materials_and_Construction_3]]
> - [[Courses/2024/ARC2023H-Design_Technology_2/ARC2023H-Design_Technology_2.md|ARC2023H-Design_Technology_2]]
> - [[Courses/2024/ARC2017H-Research_Methods/ARC2017H-Research_Methods.md|ARC2017H-Research_Methods]]
>
> [!yellow]+ Due
> ```tasks
> has due date
> (scheduled before next 2 week) OR (no scheduled date)
> ```
> [!pink]+ Scheduled
> ```tasks
> no due date
> scheduled before next 2 week OR no scheduled date
> NOT (tag includes shopping)
> ```
> [!green]+ Shopping
> ```tasks
> tag includes shopping
> ```
```

0 comments on commit 4e97fe3

Please sign in to comment.