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: []
---

View File

@@ -0,0 +1,25 @@
---
date: 2024-04-08T19:32
tags:
- Meta
cssclasses:
- page-manila
- pen-red
- pen-blue
- pen-black
- pen-green
- pen-white
- page-blueprint
- recolor-images
- pen-purple
- pen-gray
- page-white
- embed-blueprint
- embed-white
- embed-manila
- page-grid
---
<div style="background-color=black;color:white">
<i>This page is only for keeping CSS classes ready for autocomplete.</i>
</div>

View File

@@ -0,0 +1,11 @@
---
date: 2024-04-08T19:35
tags:
- Meta
cssclasses:
- center-images
- center-titles
---
<div style="background-color=black;color:white">
<i>This page is only for keeping CSS classes ready for autocomplete.</i>
</div>