vault backup: 2026-01-05 15:37:12
This commit is contained in:
@@ -1,36 +1,23 @@
|
||||
<%*
|
||||
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 = ""
|
||||
})
|
||||
-%>
|
||||
---
|
||||
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 = ""
|
||||
---
|
||||
|
||||
## Rollen
|
||||
|
||||
@@ -39,11 +26,19 @@ await app.fileManager.processFrontMatter(tp.config.target_file, (fm) => {
|
||||
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"
|
||||
```
|
||||
|
||||
>[!info]- Vorstellung
|
||||
>
|
||||
|
||||
>[!info]- Abschied
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user