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 @@
<%*
await app.fileManager.processFrontMatter(tp.config.target_file, (fm) => {
fm.type = "contact"
fm.relationship: ""
fm.phone = ""
fm.email = ""
f.telegram = ""
fm.linkedin = ""
fm.xing = ""
fm.birthday = ""
last_chat = ""
fm.friends = ""
fm.template = "[[contact-colleague]]"
if (fm.company == undefined) {
fm.company = "[[cimt objects AG]]"
} else {
fm.company = ""
}
const location = fm.location
if (location != undefined) {
fm.location = location
} else {
fm.location = ""
}
const email = tp.frontmatter.email
if (email != undefined) {
fm.email = email
} else {
fm.email = ""
}
fm.manager = ""
})
-%>
## Rollen
## Termine
```dataview
LIST
FROM [[]] AND !outgoing([[]]) AND "Journal"
```
## Referenzen
```dataview
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
```
## Mitarbeiter
```dataview
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
```