initiale Übernahme
This commit is contained in:
28
Templates/Daily Template.md
Normal file
28
Templates/Daily Template.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user