vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<%*
|
||||
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"
|
||||
```
|
||||
Reference in New Issue
Block a user