vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+49
View File
@@ -0,0 +1,49 @@
---
name:
first: Patrick
last: Aiche
phone:
email: patrick.aiche@telekom.de
telegram:
linkedin:
xing:
birthday:
last_chat:
friends:
type: contact
template: "[[Resources/Templates/contact]]"
company:
---
## Termine
```dataview
LIST
FROM [[]] AND !outgoing([[]]) AND "Journal"
```
## Referenzen
```dataview
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
```
### Previous meetings with Patrick Aiche
```dataview
TABLE date as Date, purpose as "Purpose", summary AS "Summary"
FROM "Journal/Meetings" where contains(file.outlinks, [[Patrick Aiche]])
SORT file.cday DESC
```
## Related Projects
```dataview
TABLE file.cday as Created
FROM "#process/project" where contains(file.outlinks, [[Patrick Aiche]])
SORT file.cday DESC
```
## Related Tasks
```dataview
task
where contains(outlinks, [[Patrick Aiche]] ) or contains(file.link, [[Patrick Aiche]])
sort created desc
limit 10
```