Initial commit

This commit is contained in:
Nicolai.vanderstorm - DSV
2024-05-21 15:51:11 +02:00
commit 5d48341cc7
326 changed files with 324847 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
date: {{date}}T{{time}}
tags: [Daily]
cssclasses: [daily]
---
# DAILY NOTE
### *{{date:dddd, MMMM Do, YYYY}}*
## Journal
...
## Ongoing Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3

View File

@@ -0,0 +1,20 @@
---
date: <%tp.date.now("YYYY-MM-DD")%>T<%tp.date.now("HH:mm")%>
tags:
- Daily
cssclasses:
- daily
- <% tp.date.now("dddd", 0, tp.file.title, "YYYYMMDD").toLowerCase() %>
---
# DAILY NOTE
## <% tp.date.now("dddd, MMMM Do, YYYY", 0, tp.file.title, "YYYYMMDD") %>
***
### Journal
#### TIME
Customize this template to your liking!
...
***
### Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3

View File

@@ -0,0 +1,4 @@
---
date: {{date}}T{{time}}
tags: []
---