vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
---
|
||||
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});
|
||||
```
|
||||
Reference in New Issue
Block a user