vault backup: 2026-06-16 18:30:31

This commit is contained in:
Thomas Peetz
2026-06-16 18:30:31 +02:00
parent 19f4d80ff0
commit 369830744f
60 changed files with 12198 additions and 7431 deletions
+35 -18
View File
@@ -1,24 +1,39 @@
---
name: <% tp.file.title %>
created: <% tp.file.creation_date("dddd, MMMM Do YYYY") %>
modified: <% tp.file.last_modified_date("dddd, MMMM Do YYYY") %>
phone = ""
email = ""
relationship: ""
telegram = ""
signal = ""
linkedin = ""
xing = ""
birthday = ""
last_chat = ""
friends = []
type = contact
template = "[[contact-colleague]]"
company = ""
location = ""
manager = ""
FN: "<% tp.file.title %>"
N.GN: ""
N.FN: ""
N.PREFIX: ""
N.MN: ""
N.SUFFIX: ""
EMAIL[HOME]: ""
EMAIL[WORK]: ""
TEL[CELL]: ""
TEL[HOME]: ""
TEL[WORK]: ""
BDAY: ""
URL[WORK]: ""
ORG: cimt objects AG
ROLE: ""
PHOTO: ""
ADR[HOME].STREET: ""
ADR[HOME].LOCALITY: ""
ADR[HOME].POSTAL: ""
ADR[HOME].COUNTRY: ""
KIND: individual
VERSION: "4.0"
CATEGORIES: ""
X-RELATIONSHIP: ""
X-LAST-CHAT: ""
SOCIALPROFILE[LINKEDIN]: ""
ADR[WORK].LOCALITY: Hamburg
---
#### Notes
#process/contact
[[cimt objects AG]]
## Rollen
## Termine
@@ -32,6 +47,8 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
```
## Manager
## Mitarbeiter
```dataview
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
+33 -18
View File
@@ -1,27 +1,42 @@
<%*
const phone = tp.frontmatter.phone
const email = tp.frontmatter.email
const telegram = tp.frontmatter.telegram
const linkedin =tp.frontmatter.linkedin
const xing = tp.frontmatter.xing
const birthday = tp.frontmatter.birthday
const last_chat = tp.frontmatter.last_chat
const friends = tp.frontmatter.friends
const created = tp.file.creation_date()
const updated = tp.date.now()
app.fileManager.processFrontMatter(tp.config.target_file, (frontmatter) => {
frontmatter.created = created
frontmatter.updated = updated
frontmatter.template = "[[Resources/Templates/contact]]"
frontmatter.type = "contact"
})
-%>
---
FN: "<% tp.file.title %>"
N.GN: ""
N.FN: ""
N.PREFIX: ""
N.MN: ""
N.SUFFIX: ""
EMAIL[HOME]: ""
EMAIL[WORK]: ""
TEL[CELL]: ""
TEL[HOME]: ""
TEL[WORK]: ""
BDAY: ""
URL[WORK]: ""
ORG: ""
ROLE: ""
PHOTO: ""
ADR[HOME].STREET: ""
ADR[HOME].LOCALITY: ""
ADR[HOME].POSTAL: ""
ADR[HOME].COUNTRY: ""
KIND: individual
VERSION: "4.0"
CATEGORIES: ""
X-RELATIONSHIP: ""
X-LAST-CHAT: ""
SOCIALPROFILE[LINKEDIN]: ""
---
#### Notes
#process/contact
## Termine
```dataview
LIST
FROM [[]] AND !outgoing([[]]) AND "Journal"
```
## Referenzen
```dataview
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"