feat: update daily and weekly note templates
This commit is contained in:
@@ -1,47 +1,57 @@
|
||||
---
|
||||
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:
|
||||
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
||||
created-on: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
last-modified-on: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
aliases:
|
||||
tags:
|
||||
- type/timeline/weekly
|
||||
week:
|
||||
startDate:
|
||||
endDate:
|
||||
status: 📤 Upcoming
|
||||
related: []
|
||||
---
|
||||
## 🎯 Objectives
|
||||
|
||||
# [[<% tp.file.title %>]]
|
||||
### 🐉 Personal
|
||||
|
||||
- [ ]
|
||||
- [ ]
|
||||
- [ ]
|
||||
|
||||
### 💼 Work
|
||||
|
||||
1. *Determine key objectives for each project*
|
||||
2. *Assign 10 hours of research to learn something new*
|
||||
|
||||
- [ ]
|
||||
- [ ]
|
||||
- [ ]
|
||||
|
||||
|
||||
## 📋 Tasks
|
||||
### 🤝 Connections
|
||||
|
||||
- [ ] Review calendar for the week
|
||||
- [ ] Determine what outcomes are relevant for this week
|
||||
- [ ]
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
### ⛰ Obstacles
|
||||
|
||||
_What challenges presented themselves this week?_
|
||||
|
||||
-
|
||||
|
||||
### 🎒 Lessons Learned
|
||||
## 📌 Pinned
|
||||
|
||||
_What would I like to do better next week?_
|
||||
|
||||
-
|
||||
|
||||
### 📖 Miscellaneous
|
||||
|
||||
-
|
||||
```dataview
|
||||
TABLE WITHOUT ID link(file.link, aliases[2]) as Day, Pinned
|
||||
FROM #type/timeline/daily
|
||||
WHERE contains(related, [[<% tp.file.title %>]]) AND pinned
|
||||
SORT file.name
|
||||
```
|
||||
|
||||
## 🗓️ Daily Notes
|
||||
|
||||
```dataview
|
||||
LIST
|
||||
TABLE WITHOUT ID link(file.link, file.aliases[2]) as Date, status as "Status"
|
||||
FROM #type/timeline/daily
|
||||
WHERE week = [[<%tp.date.now("YYYY")%>-W<%tp.date.now("ww")%>]]
|
||||
WHERE contains(related, [[<% tp.file.title %>]])
|
||||
SORT date(file.name) ASC
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
- 🗂 Type:: #type/timeline/weekly
|
||||
- 🗓️ Week:: <% tp.date.now("ww") %>
|
||||
|
||||
Reference in New Issue
Block a user