vault backup: 2025-02-03 08:29:48

This commit is contained in:
2025-02-03 08:29:48 +01:00
parent 7909836706
commit ad227f2d69
2018 changed files with 27268 additions and 46 deletions

View 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