vault backup: 2025-02-05 14:38:06
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Meditation —> learn to focus on one thing
|
||||
|
||||
Think about your diet (food) since it will transform your body
|
||||
|
||||
|
||||
But information diet is important as well! What do you feed your mind?
|
||||
|
||||
|
||||
Lesrning and adapting is the most important skill gor the future because the future is constantly changing and changing fast
|
||||
|
||||
|
||||
You cannot do anything alone. You need people and cooperation for everything.
|
||||
|
||||
understanding suffering is the key of life.
|
||||
|
||||
feeling things and wanting more of good and less of bad is also the meaning of life
|
||||
103
.stversions/7 People/Alena Spielmann~20250203-063559.md
Normal file
103
.stversions/7 People/Alena Spielmann~20250203-063559.md
Normal file
@@ -0,0 +1,103 @@
|
||||
---
|
||||
title: Alena Spielmann
|
||||
created_date: 2023-10-31
|
||||
updated_date: 2023-10-31
|
||||
aliases:
|
||||
- Alena
|
||||
tags: person
|
||||
person:
|
||||
first_name: Alena
|
||||
last_name: Spielmann
|
||||
birthday: 1993-11-06
|
||||
type: privat
|
||||
hobbies:
|
||||
- berge
|
||||
- kite
|
||||
- tanzen
|
||||
- tauchen
|
||||
- wandern
|
||||
- skitour
|
||||
- singen
|
||||
- musik
|
||||
- yoga
|
||||
ref: person/alena_spielmann
|
||||
---
|
||||
# Alena Spielmann
|
||||
- **🏷️Tags** : #10-2023 #person
|
||||
## 📝 Notes
|
||||
-
|
||||
## 🔗 Links
|
||||
-
|
||||
## Touchpoints
|
||||
```dataviewjs
|
||||
const pagesWithQuotes = await Promise.all(
|
||||
dv
|
||||
.pages("#person/alena_spielmann")
|
||||
.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/alena_spielmann'))
|
||||
|
||||
// Remove the "#person/firstname_lastname" tag from each quote string
|
||||
.map(content => content.replace('#person/alena_spielmann', ''))
|
||||
}));
|
||||
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
|
||||
- mein kissen und ich nähe selber den anzug mit tanzania stoff
|
||||
- Massagekurs / kochkurs
|
||||
- Trinkbladder: [camelbak crux 3l](https://www.brack.ch/fr/camelbak-gourde-souple-crux-reservoir-3-l-867770)
|
||||
- 4 Elemente
|
||||
- feuer: massagekurs / kerzen
|
||||
- luft: kite gadget
|
||||
- wasser: trink bladder
|
||||
- erde: kissen für bauchschläferinnen, blumentöpfe selber machen mit 3D-Drucker
|
||||
- Garmin Uhr --> weihnachten
|
||||
|
||||
### Offene Geschenke
|
||||
- tanzania kleid
|
||||
- Kalender (mit sauna)
|
||||
## Sammlung
|
||||
### Zitate
|
||||
### Erinnerungen
|
||||
### Vergangene Themen
|
||||
|
||||
## Mentions
|
||||
96
.stversions/7 People/Claudio Fritsche~20250203-093652.md
Normal file
96
.stversions/7 People/Claudio Fritsche~20250203-093652.md
Normal file
@@ -0,0 +1,96 @@
|
||||
---
|
||||
title: Claudio Fritsche
|
||||
created_date: 2023-11-14
|
||||
updated_date: 2023-11-14
|
||||
aliases:
|
||||
- Ich
|
||||
- I
|
||||
- Me
|
||||
- Mir
|
||||
- Claudio
|
||||
tags: person
|
||||
person:
|
||||
first_name: Claudio
|
||||
last_name: Fritsche
|
||||
birthday: 1994-02-25
|
||||
type: privat
|
||||
hobbies:
|
||||
- berge
|
||||
- kite
|
||||
- tanzen
|
||||
- squash
|
||||
- wandern
|
||||
- skitour
|
||||
- programmieren
|
||||
- diy
|
||||
ref: person/claudio_fritsche
|
||||
---
|
||||
# Claudio Fritsche
|
||||
- **🏷️Tags** : #11-2023 #person
|
||||
## 📝 Notes
|
||||
-
|
||||
## 🔗 Links
|
||||
-
|
||||
## Touchpoints
|
||||
```dataviewjs
|
||||
const pagesWithQuotes = await Promise.all(
|
||||
dv
|
||||
.pages("#person/claudio_fritsche")
|
||||
.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/claudio_fritsche'))
|
||||
|
||||
// Remove the "#person/firstname_lastname" tag from each quote string
|
||||
.map(content => content.replace('#person/claudio_fritsche', ''))
|
||||
}));
|
||||
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
|
||||
|
||||
|
||||
89
.stversions/7 People/Dimitri Zogg~20250203-063558.md
Normal file
89
.stversions/7 People/Dimitri Zogg~20250203-063558.md
Normal file
@@ -0,0 +1,89 @@
|
||||
---
|
||||
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
|
||||
91
.stversions/7 People/Emanuel Perrig~20250203-063544.md
Normal file
91
.stversions/7 People/Emanuel Perrig~20250203-063544.md
Normal file
@@ -0,0 +1,91 @@
|
||||
---
|
||||
title: Emanuel Perrig
|
||||
created_date: 2024-10-04
|
||||
updated_date: 2024-10-04
|
||||
aliases:
|
||||
- Emanuel
|
||||
tags: person
|
||||
person:
|
||||
first_name: Emanuel
|
||||
last_name: Perrig
|
||||
birthday: 1992-05-21
|
||||
type: privat
|
||||
hobbies:
|
||||
- tauchen
|
||||
- wein
|
||||
ref: person/emanuel_perrig
|
||||
person_type:
|
||||
person_hobbies:
|
||||
- tauchen
|
||||
- wein
|
||||
---
|
||||
# Emanuel Perrig
|
||||
- **🏷️Tags** : #10-2024 #person
|
||||
[ ](#anki-card)
|
||||
## 📝 Notes
|
||||
-
|
||||
## 🔗 Links
|
||||
|
||||
## Touchpoints
|
||||
|
||||
```dataviewjs
|
||||
const pagesWithQuotes = await Promise.all(
|
||||
dv
|
||||
.pages("#person/emanuel_perrig")
|
||||
.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/emanuel_perrig'))
|
||||
|
||||
// Remove the "#person/firstname_lastname" tag from each quote string
|
||||
.map(content => content.replace('#person/emanuel_perrig', ''))
|
||||
}));
|
||||
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
|
||||
86
.stversions/7 People/Jannik Zgraggen~20250203-063555.md
Normal file
86
.stversions/7 People/Jannik Zgraggen~20250203-063555.md
Normal file
@@ -0,0 +1,86 @@
|
||||
---
|
||||
title: Jannik Zgraggen
|
||||
created_date: 2024-09-30
|
||||
updated_date: 2024-09-30
|
||||
aliases:
|
||||
- Jannik
|
||||
tags: person
|
||||
person:
|
||||
first_name: Jannik
|
||||
last_name: Zgraggen
|
||||
birthday:
|
||||
type: privat
|
||||
hobbies:
|
||||
- berge
|
||||
- wandern
|
||||
- AI
|
||||
- tanzen
|
||||
ref: person/jannik_zgraggen
|
||||
---
|
||||
# Jannik Zgraggen
|
||||
- **🏷️Tags** : #09-2024 #person
|
||||
## 📝 Notes
|
||||
-
|
||||
## 🔗 Links
|
||||
-
|
||||
## Touchpoints
|
||||
```dataviewjs
|
||||
const pagesWithQuotes = await Promise.all(
|
||||
dv
|
||||
.pages("#person/jannik_zgraggen")
|
||||
.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/jannik_zgraggen'))
|
||||
|
||||
// Remove the "#person/firstname_lastname" tag from each quote string
|
||||
.map(content => content.replace('#person/jannik_zgraggen', ''))
|
||||
}));
|
||||
quotesByPage.forEach(
|
||||
page =>
|
||||
page.quotes.forEach(
|
||||
quote => dv.paragraph(`${quote} (${page.link})`)
|
||||
)
|
||||
);
|
||||
```
|
||||
## Merken
|
||||
### Mag
|
||||
### Mag nicht
|
||||
### Aktuell Wichtige Themen
|
||||
### Familie und Freunde
|
||||
|
||||
## Skills
|
||||
|
||||
## Netzwerk
|
||||
- Knows an ex-employee at [[Daedalean]]
|
||||
## Geschenkideen
|
||||
|
||||
## Sammlung
|
||||
### Zitate
|
||||
### Erinnerungen
|
||||
### Vergangene Themen
|
||||
|
||||
## Mentions
|
||||
86
.stversions/7 People/Manuel Stathis~20250203-063554.md
Normal file
86
.stversions/7 People/Manuel Stathis~20250203-063554.md
Normal file
@@ -0,0 +1,86 @@
|
||||
---
|
||||
title: Manuel Stathis
|
||||
created_date: 2024-10-04
|
||||
updated_date: 2024-10-04
|
||||
aliases:
|
||||
- mänu
|
||||
tags: person
|
||||
person:
|
||||
first_name: Manuel
|
||||
last_name: Stathis
|
||||
birthday:
|
||||
type: privat
|
||||
hobbies:
|
||||
- musik
|
||||
- party
|
||||
- berge
|
||||
ref: person/manuel_stathis
|
||||
---
|
||||
# Manuel Stathis
|
||||
- **🏷️Tags** : #10-2024 #person
|
||||
[ ](#anki-card)
|
||||
## 📝 Notes
|
||||
-
|
||||
## 🔗 Links
|
||||
-
|
||||
## Touchpoints
|
||||
```dataviewjs
|
||||
const pagesWithQuotes = await Promise.all(
|
||||
dv
|
||||
.pages("#person/manuel_stathis")
|
||||
.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/manuel_stathis'))
|
||||
|
||||
// Remove the "#person/firstname_lastname" tag from each quote string
|
||||
.map(content => content.replace('#person/manuel_stathis', ''))
|
||||
}));
|
||||
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
|
||||
86
.stversions/7 People/Martin Albrecht~20250203-063557.md
Normal file
86
.stversions/7 People/Martin Albrecht~20250203-063557.md
Normal file
@@ -0,0 +1,86 @@
|
||||
---
|
||||
title: Martin Albrecht
|
||||
created_date: 2024-01-31
|
||||
updated_date: 2024-01-31
|
||||
aliases:
|
||||
- martin
|
||||
tags: person
|
||||
person:
|
||||
first_name: Martin
|
||||
last_name: Albrecht
|
||||
birthday:
|
||||
type: privat
|
||||
hobbies:
|
||||
- berge
|
||||
- wandern
|
||||
- finanzen
|
||||
ref: person/martin_albrecht
|
||||
|
||||
---
|
||||
# Martin Albrecht
|
||||
- **🏷️Tags** : #01-2024 #person
|
||||
## 📝 Notes
|
||||
-
|
||||
## 🔗 Links
|
||||
-
|
||||
## Touchpoints
|
||||
```dataviewjs
|
||||
const pagesWithQuotes = await Promise.all(
|
||||
dv
|
||||
.pages("#person/martin_albrecht")
|
||||
.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/martin_albrecht'))
|
||||
|
||||
// Remove the "#person/firstname_lastname" tag from each quote string
|
||||
.map(content => content.replace('#person/martin_albrecht', ''))
|
||||
}));
|
||||
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
|
||||
89
.stversions/7 People/Stefan Fritsche~20250203-063545.md
Normal file
89
.stversions/7 People/Stefan Fritsche~20250203-063545.md
Normal file
@@ -0,0 +1,89 @@
|
||||
---
|
||||
title: Stefan Fritsche
|
||||
created_date: 2023-10-22
|
||||
updated_date: 2023-10-22
|
||||
aliases:
|
||||
- Daddy
|
||||
- Dad
|
||||
- Stefan
|
||||
tags: person
|
||||
person:
|
||||
first_name: Stefan
|
||||
last_name: Fritsche
|
||||
birthday: 1964-10-20
|
||||
type: privat
|
||||
hobbies:
|
||||
- berge
|
||||
- wandern
|
||||
- wein
|
||||
- natur
|
||||
- pilze
|
||||
ref: person/stefan_fritsche
|
||||
---
|
||||
# Stefan Fritsche
|
||||
- **🏷️Tags** : #10-2023 #person
|
||||
## 📝 Notes
|
||||
-
|
||||
## 🔗 Links
|
||||
-
|
||||
## Touchpoints
|
||||
```dataviewjs
|
||||
const pagesWithQuotes = await Promise.all(
|
||||
dv
|
||||
.pages("#person/stefan_fritsche")
|
||||
.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/stefan_fritsche'))
|
||||
|
||||
// Remove the "#person/firstname_lastname" tag from each quote string
|
||||
.map(content => content.replace('#person/stefan_fritsche', ''))
|
||||
}));
|
||||
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
|
||||
83
.stversions/7 People/William Hurrell~20250203-063559.md
Normal file
83
.stversions/7 People/William Hurrell~20250203-063559.md
Normal file
@@ -0,0 +1,83 @@
|
||||
---
|
||||
title: William Hurrell
|
||||
created_date: 2024-10-23
|
||||
updated_date: 2024-10-23
|
||||
aliases:
|
||||
tags: person
|
||||
person:
|
||||
first_name: William
|
||||
last_name: Hurrell
|
||||
birthday:
|
||||
type: professional
|
||||
hobbies:
|
||||
ref: person/william_hurrell
|
||||
---
|
||||
# William Hurrell
|
||||
- **🏷️Tags** : #10-2024 #person
|
||||
## 📝 Notes
|
||||
- Ich habe ihm gesagt, dass ich 115k-140k Lohn erwarte
|
||||
- Eher Software, offen für robotik oder pur software so lange Firma und Produkt mir entsprechen
|
||||
-
|
||||
## 🔗 Links
|
||||
-
|
||||
## Touchpoints
|
||||
```dataviewjs
|
||||
const pagesWithQuotes = await Promise.all(
|
||||
dv
|
||||
.pages("#person/william_hurrell")
|
||||
.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/william_hurrell'))
|
||||
|
||||
// Remove the "#person/firstname_lastname" tag from each quote string
|
||||
.map(content => content.replace('#person/william_hurrell', ''))
|
||||
}));
|
||||
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
|
||||
25
.stversions/7 People/_People Overview~20250203-063548.md
Normal file
25
.stversions/7 People/_People Overview~20250203-063548.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: People Overview
|
||||
created_date: 2024-10-25
|
||||
updated_date: 2024-10-25
|
||||
aliases:
|
||||
tags:
|
||||
type: dashboard
|
||||
---
|
||||
|
||||
```dataview
|
||||
table person.first_name AS "Name", person.last_name AS "Lastname", person.type AS "Type"
|
||||
from #person
|
||||
where contains(file.frontmatter.tags, "person")
|
||||
```
|
||||
## Tag System
|
||||
|
||||
person
|
||||
first_name
|
||||
last_name
|
||||
birthday
|
||||
type
|
||||
hobbies
|
||||
## Todos
|
||||
### Ideas
|
||||
- sort by last meeting. need to record though
|
||||
Reference in New Issue
Block a user