20 lines
781 B
Markdown
20 lines
781 B
Markdown
icon:: 🛠️
|
|
type:: MOC
|
|
alias:: [[Projekt]]
|
|
|
|
- ## KRAH in Arbeit
|
|
query-properties:: [:page :team :jourfixe :created-at :updated-at]
|
|
{{query(and(page-property type [[Projekt]])(page-property status [[in Arbeit]])(page-property scope [[$KRAH]]))}}
|
|
-
|
|
- ## Privat in Arbeit
|
|
query-properties:: [:page :created-at :updated-at]
|
|
{{query(and(page-property type [[Projekt]])(page-property status [[in Arbeit]])(page-property scope [[$Privat]]))}}
|
|
-
|
|
- ## offene Aufgaben aus allen Projekten
|
|
- {{query (and (page-propery type Projekt) (todo todo) (not [[templates]])) }}
|
|
query-table:: false
|
|
- {{query (and (property type Projekt) (todo todo))}}
|
|
query-table:: false
|
|
-
|
|
- ## Abgeschlossen
|
|
{{query(and(page-property type [[Projekt]])(page-property status [[Abgeschlossen]]))}} |