vault backup: 2026-02-11 11:43:38

This commit is contained in:
Thomas Peetz
2026-02-11 11:43:37 +01:00
parent ae507a774c
commit 61e68d3f28
176 changed files with 780 additions and 214 deletions
+2 -2
View File
@@ -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}}]