Initial commit
This commit is contained in:
15
99 - Meta/00 - Templates/(TAMPLATE) Daily (Vanilla).md
Normal file
15
99 - Meta/00 - Templates/(TAMPLATE) Daily (Vanilla).md
Normal 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
|
20
99 - Meta/00 - Templates/(TAMPLATE) Daily.md
Normal file
20
99 - Meta/00 - Templates/(TAMPLATE) Daily.md
Normal 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
|
4
99 - Meta/00 - Templates/(TEMPLATE) Unique.md
Normal file
4
99 - Meta/00 - Templates/(TEMPLATE) Unique.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
date: {{date}}T{{time}}
|
||||
tags: []
|
||||
---
|
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user