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
+28
View File
@@ -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"
```