initiale Übernahme

This commit is contained in:
2026-06-03 13:56:26 +02:00
parent c281c28563
commit 262fc39737
805 changed files with 660083 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
created: <% tp.file.creation_date() %>
---
tags:: [[+Daily Notes]]
# <% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %>
---
# Tägliche Aufgaben
- [x] Laufen
- [ ] Gitarre üben
- [ ] Tagebucheintrag
# Heutige Aufgaben
---
# Notizen / Tagebuch
---
### neue Notizen heute
```dataview
List FROM "" WHERE file.cday=date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.ctime asc
```
### bearbeitete Notizen heute
```dataview
List FROM "" WHERE file.mday = date("<%tp.date.now("YYYY-MM-DD")%>") SORT file.mtime asc
```