Files
Main/7 People/Dimitri Zogg.md
2024-12-02 15:11:30 +01:00

90 lines
1.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Dimitri Zogg
created_date: 2024-01-23
updated_date: 2024-01-23
aliases:
- Dimitri
- Dim
tags: person
person:
first_name: Dimitri
last_name: Zogg
birthday:
type: privat
hobbies:
- berge
- wandern
- startup
- skitour
ref: person/dimitri_zogg
person_type:
person_hobbies:
---
# Dimitri Zogg
- **🏷Tags** : #01-2024 #person
## 📝 Notes
-
## 🔗 Links
-
## Touchpoints
```dataviewjs
const pagesWithQuotes = await Promise.all(
dv
.pages("#person/dimitri_zogg")
.map(pageWithQuote => new Promise(async (resolve, reject) => {
const content = await dv.io.load(pageWithQuote.file.path);
resolve({
link: pageWithQuote.file.link,
content
});
}))
);
// Create an array of pages containing quotes,
// where each page is:
// {
// quotes: [], // array of quotes
// link: { path: '' } // Link
// }
const quotesByPage = pagesWithQuotes.map(({
link,
content
}) => ({
link,
quotes: content
// Split into paragraphs
.split('- ')
// Get only paragraphs that have the #person/firstname_lastname tag
.filter(content => content.includes('#person/dimitri_zogg'))
// Remove the "#person/firstname_lastname" tag from each quote string
.map(content => content.replace('#person/dimitri_zogg', ''))
}));
quotesByPage.forEach(
page =>
page.quotes.forEach(
quote => dv.paragraph(`${quote} (${page.link})`)
)
);
```
## Merken
### Mag
### Mag nicht
### Aktuell Wichtige Themen
### Familie und Freunde
## Skills
## Netzwerk
## Geschenkideen
## Sammlung
### Zitate
### Erinnerungen
### Vergangene Themen
## Mentions