vault backup: 2026-02-10 15:24:39

This commit is contained in:
Thomas Peetz
2026-02-10 15:24:38 +01:00
parent f863bc12e1
commit 1579cbd6fa
328 changed files with 1155 additions and 446 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ url: http://www.adobe.com/
## Kontakte
```dataview
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
list from [[]] and !outgoing([[]]) and #process/contact
```
## Termine
+1 -1
View File
@@ -11,7 +11,7 @@ url: http://www.adsett.de/
## Kontakte
```dataview
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
list from [[]] and !outgoing([[]]) and #process/contact
```
## Termine
@@ -10,7 +10,7 @@ url: https://agilenetworks.tech/
## Kontakte
```dataview
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
list from [[]] and !outgoing([[]]) and #process/contact
```
## Termine
+2 -2
View File
@@ -12,14 +12,14 @@ url: http://ampuls-kommunikation.de/index.html
## 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.name *>]])
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.name *>]])
SORT location, manager, name
```
+1 -1
View File
@@ -13,7 +13,7 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
list from [[]] and !outgoing([[]]) and #process/contact
```
## Termine
+1 -1
View File
@@ -7,7 +7,7 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter, birthday
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt objects AG]])
SORT location, manager, name
```
+4 -3
View File
@@ -13,16 +13,17 @@ address:
```dataview
TABLE location AS Standort, manager AS Vorgesetzter
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE !contains(former_company, [[its-people GmbH]])
WHERE !contains(former_shareholder, [[its-people GmbH]])
SORT location, manager, name
```
## Ehemalige Kollegen
## Ehemalige Teilhaber
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE contains(former_company, [[its-people GmbH]])
WHERE contains(former_shareholder, [[its-people GmbH]])
SORT location, manager, name
```
## Termine
```dataview
list from [[]] and !outgoing([[]]) and "Journal"