Files
thpeetz-notes/Übersicht/Aufgaben.md
T

83 lines
1.5 KiB
Markdown

---
days: 30
months: 8
years: 4
projectfolder:
lineColor: "#de454e"
---
> [!examples]- Review
>```tasks
>not done
>no happens date
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>group by heading
>```
> [!todo]- Heute zu erledigen
>```tasks
>not done
>happens on today
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Beginnt demnächst
>```tasks
>not done
>scheduled after today
>scheduled before in two weeks
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens on or before today
>has happens date
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Nicht erledigt
>```tasks
>not done
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>group by heading
>```
## Dashboard
```contributionGraph
title: Tasks
graphType: default
dateRangeValue: 180
dateRangeType: LATEST_DAYS
startOfWeek: 0
showCellRuleIndicators: true
titleStyle:
textAlign: center
fontSize: 15px
fontWeight: normal
dataSource:
type: ALL_TASK
value: ""
dateField: {}
filters:
- id: "1740652587776"
type: STATUS_IS
value: COMPLETED
fillTheScreen: false
enableMainContainerShadow: false
cellStyleRules: []
```
```dataviewjs
await dv.view("tasks-dashboard", {container: this.container});
```