vault backup: 2026-02-11 11:43:38
This commit is contained in:
@@ -31,14 +31,14 @@ app.fileManager.processFrontMatter(tp.config.target_file, (fm) => {
|
||||
## Kontakte
|
||||
```dataview
|
||||
TABLE location AS Standort, manager AS Vorgesetzter
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/contact
|
||||
WHERE !contains(former_company, [[<% tp.file.title %>]])
|
||||
SORT location, manager, name
|
||||
```
|
||||
## Ehemalige Kollegen
|
||||
```dataview
|
||||
TABLE company AS Firma, location AS Standort
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
FROM [[]] AND !outgoing([[]]) AND #process/contact
|
||||
WHERE contains(former_company, [[<% tp.file.title %>]])
|
||||
SORT location, manager, name
|
||||
```
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
```interval-nav
|
||||
```
|
||||
|
||||
Zugeordnete Tickets
|
||||
```dataview
|
||||
TABLE title, status
|
||||
FROM "Areas/cimt AG/Projekte/Messe München" AND #process/task AND [[]]
|
||||
```
|
||||
|
||||
## Sprint Planning
|
||||
|
||||
- [ ] Update Sprint availability [start::{{start_date}}]
|
||||
Reference in New Issue
Block a user