feature: update boilerplate with key plugins and streamlined templates

This commit is contained in:
Ben Hong
2022-01-27 14:59:59 -05:00
parent 4a4e8a047f
commit 776155d490
110 changed files with 37922 additions and 3779 deletions

View File

@@ -0,0 +1,47 @@
---
uuid: <% tp.date.now("YYYYMMDDHHmmss") %>
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
updated: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
alias:
---
# [[<% tp.file.title %>]]
## 📋 Tasks
- [ ] Review calendar for the week
- [ ] Determine what outcomes are relevant for this week
## 📝 Notes
### ⛰ Obstacles
_What challenges presented themselves this week?_
-
### 🎒 Lessons Learned
_What would I like to do better next week?_
-
### 📖 Miscellaneous
-
## 🗓️ Daily Notes
```dataview
LIST
FROM #type/timeline/daily
WHERE week = [[<%tp.date.now("YYYY")%>-W<%tp.date.now("ww")%>]]
```
---
## 📇 Additional Metadata
- 🗂 Type:: #type/timeline/weekly
- 🗓️ Week:: <% tp.date.now("ww") %>