29 lines
807 B
Markdown
29 lines
807 B
Markdown
<%*
|
|
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"
|
|
})
|
|
-%>
|
|
|
|
## Termine
|
|
```dataview
|
|
LIST
|
|
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
```
|
|
## Referenzen
|
|
```dataview
|
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
|
```
|