feature: update templates with new templater v1
This commit is contained in:
@@ -1 +0,0 @@
|
||||
{{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
@@ -1 +0,0 @@
|
||||
{{date:YYYY-MM-DD}}T{{time:HH:mm:ss}}
|
||||
@@ -1 +0,0 @@
|
||||
2021-02-07T15:07:01
|
||||
@@ -1 +0,0 @@
|
||||
🍱 #i/ate/brunch —
|
||||
@@ -1 +0,0 @@
|
||||
🍱 #i/ate/snack —
|
||||
@@ -1 +0,0 @@
|
||||
💡 #i-discovered — {{date:YYYYMMDD}}{{time:HHmmss}}
|
||||
@@ -1 +0,0 @@
|
||||
💧 #i/drank/water — 8oz
|
||||
@@ -1 +0,0 @@
|
||||
❓ #i-question — {{date:YYYYMMDD}}{{time:HHmmss}}
|
||||
1
templates/1 - Blocks/Created Date (Block Template).md
Normal file
1
templates/1 - Blocks/Created Date (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
<% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
@@ -0,0 +1 @@
|
||||
<% tp.date.now("YYYY-MM-DDTHH:mm:ss") %>
|
||||
1
templates/1 - Blocks/I discovered (Block Template).md
Normal file
1
templates/1 - Blocks/I discovered (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
💡 #i/discovered
|
||||
1
templates/1 - Blocks/I drank water (Block Template).md
Normal file
1
templates/1 - Blocks/I drank water (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
💧 #i/drank/water — 8oz
|
||||
@@ -0,0 +1 @@
|
||||
<% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
3
templates/2 - Sections/About (Section Template).md
Normal file
3
templates/2 - Sections/About (Section Template).md
Normal file
@@ -0,0 +1,3 @@
|
||||
## ℹ️ About
|
||||
|
||||
<% tp.file.cursor() %>
|
||||
3
templates/2 - Sections/Agenda (Section Template).md
Normal file
3
templates/2 - Sections/Agenda (Section Template).md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 📋 Agenda
|
||||
|
||||
- <% tp.file.cursor() %>
|
||||
@@ -2,19 +2,13 @@
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🧠 Mode:
|
||||
- 🗂 Type:
|
||||
- 🌎 Area:
|
||||
- 🚀 Team:
|
||||
- 🏁 Status:
|
||||
- 🛰 Platform:
|
||||
- 💬 Topic:
|
||||
|
||||
- 💬 Topic(s):
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- 👤 Creator(s):
|
||||
- 👍 Recommended By:
|
||||
- 🔮 Origin:
|
||||
- ✨ POD:
|
||||
- 🔗 Location:
|
||||
@@ -0,0 +1,3 @@
|
||||
## 🌮 Miscellaneous
|
||||
|
||||
- <% tp.file.cursor() %>
|
||||
3
templates/2 - Sections/Notes (Section Template).md
Normal file
3
templates/2 - Sections/Notes (Section Template).md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 📝 Notes
|
||||
|
||||
- <% tp.file.cursor() %>
|
||||
@@ -0,0 +1,3 @@
|
||||
## 👥 Participants
|
||||
|
||||
- <% tp.file.cursor() %>
|
||||
3
templates/2 - Sections/Queue (Section Template).md
Normal file
3
templates/2 - Sections/Queue (Section Template).md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 📤 Queue
|
||||
|
||||
- <% tp.file.cursor() %>
|
||||
3
templates/2 - Sections/Resources (Section Template).md
Normal file
3
templates/2 - Sections/Resources (Section Template).md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 📚 Resources
|
||||
|
||||
- <% tp.file.cursor() %>
|
||||
@@ -1,3 +0,0 @@
|
||||
## ℹ️ About
|
||||
|
||||
{{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 📋 Agenda
|
||||
|
||||
-
|
||||
@@ -1,3 +0,0 @@
|
||||
## 📖 Logs
|
||||
|
||||
{{tp_cursor}}
|
||||
@@ -1,34 +0,0 @@
|
||||
## 📋 Agenda
|
||||
|
||||
-
|
||||
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
-
|
||||
|
||||
|
||||
## 👥 Participants
|
||||
|
||||
-
|
||||
|
||||
|
||||
---
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🧠 Mode:
|
||||
- 🗂 Type: #type/event/meeting
|
||||
- 🌎 Area:
|
||||
- 🚀 Team:
|
||||
- 🛰 Platform:
|
||||
- 💬 Topic:
|
||||
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- 👤 Creator(s):
|
||||
- 👍 Recommended By:
|
||||
- 🔮 Origin:
|
||||
- ✨ POD:
|
||||
- 🔗 Location:
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
uuid: {{tp_date:f=YYYYMMDD}}{{tp_time:f=HHmmss}}
|
||||
alias:
|
||||
dates:
|
||||
created: {{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
last-updated: {{tp_last_modif_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
tags:
|
||||
---
|
||||
|
||||
# {{tp_title}}
|
||||
|
||||
{{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 🌮 Miscellaneous
|
||||
|
||||
- {{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 📝 Notes
|
||||
|
||||
- {{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 👥 Participants
|
||||
|
||||
- {{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 💼 Projects
|
||||
|
||||
- {{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 📤 Queue
|
||||
|
||||
- {{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 📚 Resources
|
||||
|
||||
- {{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 📊 Summary
|
||||
|
||||
{{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## ✅ Tasks
|
||||
|
||||
- {{tp_cursor}}
|
||||
@@ -1,3 +0,0 @@
|
||||
## 🏹 Training
|
||||
|
||||
- {{tp_cursor}}
|
||||
3
templates/2 - Sections/Summary (Section Template).md
Normal file
3
templates/2 - Sections/Summary (Section Template).md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 📑 Summary
|
||||
|
||||
<% tp.file.cursor() %>
|
||||
3
templates/2 - Sections/Tasks (Section Template).md
Normal file
3
templates/2 - Sections/Tasks (Section Template).md
Normal file
@@ -0,0 +1,3 @@
|
||||
## ✅ Tasks
|
||||
|
||||
- [ ] <% tp.file.cursor() %>
|
||||
3
templates/2 - Sections/Training (Section Template).md
Normal file
3
templates/2 - Sections/Training (Section Template).md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 🏹 Training
|
||||
|
||||
- <% tp.file.cursor() %>
|
||||
12
templates/3 - Pages/Daily Note (Page Template).md
Normal file
12
templates/3 - Pages/Daily Note (Page Template).md
Normal file
@@ -0,0 +1,12 @@
|
||||
# <% tp.date.now("MMMM Do, YYYY") %>
|
||||
|
||||
## What do you plan to do today?
|
||||
|
||||
|
||||
|
||||
## What did you accomplish today?
|
||||
|
||||
|
||||
|
||||
## What are some moments worth sharing?
|
||||
|
||||
41
templates/3 - Pages/Meeting Log (Page Template).md
Normal file
41
templates/3 - Pages/Meeting Log (Page Template).md
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 📋 Agenda
|
||||
|
||||
- [ ]
|
||||
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
-
|
||||
|
||||
|
||||
## ✅ Tasks
|
||||
|
||||
- [ ]
|
||||
|
||||
|
||||
## 📚 Resources
|
||||
|
||||
-
|
||||
|
||||
|
||||
## 👥 Participants
|
||||
|
||||
-
|
||||
|
||||
|
||||
---
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type: #type/event/meeting
|
||||
- 🏁 Status: #status/upcoming
|
||||
- 💬 Topic(s):
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- 👤 Creator(s):
|
||||
- 🔮 Origin:
|
||||
- 🔗 Location:
|
||||
@@ -1,22 +0,0 @@
|
||||
---
|
||||
uuid: {{tp_date:f=YYYYMMDD}}{{tp_time:f=HHmmss}}
|
||||
alias:
|
||||
dates:
|
||||
created: {{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
last-updated: {{tp_last_modif_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
tags:
|
||||
---
|
||||
|
||||
# {{tp_date:f="MMMM Do, YYYY"}}
|
||||
|
||||
## What do you plan to do today?
|
||||
|
||||
|
||||
|
||||
## What did you accomplish today?
|
||||
|
||||
|
||||
|
||||
## What are some moments worth sharing?
|
||||
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
---
|
||||
uuid: {{tp_date:f=YYYYMMDD}}{{tp_time:f=HHmmss}}
|
||||
alias:
|
||||
dates:
|
||||
created: {{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
last-updated: {{tp_last_modif_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
tags:
|
||||
---
|
||||
|
||||
# {{tp_title}}
|
||||
|
||||
## 📋 Agenda
|
||||
|
||||
- [ ]
|
||||
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
-
|
||||
|
||||
|
||||
## ✅ Tasks
|
||||
|
||||
- [ ]
|
||||
|
||||
|
||||
## 👥 Participants
|
||||
|
||||
-
|
||||
|
||||
|
||||
---
|
||||
|
||||
**🏷 Tags**:
|
||||
- ✨ POD:
|
||||
- 🤖 Mode:
|
||||
- 🗂 Type: #type/event/meeting
|
||||
- 🏁 Status:
|
||||
- 🔗 Location:
|
||||
- 🛰 Platform(s):
|
||||
- 👤 Creator(s):
|
||||
- 👍 Recommended By:
|
||||
- 🔮 Origin:
|
||||
|
||||
**🤝 Related Links**
|
||||
-
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
uuid: {{tp_date:f=YYYYMMDD}}{{tp_time:f=HHmmss}}
|
||||
alias:
|
||||
dates:
|
||||
created: {{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
last-updated: {{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
tags:
|
||||
---
|
||||
|
||||
# {{tp_title}}
|
||||
|
||||
{{tp_cursor}}
|
||||
|
||||
---
|
||||
|
||||
**🏷 Tags**:
|
||||
- ✨ POD:
|
||||
- 🤖 Mode:
|
||||
- 🗂 Type:
|
||||
- 🏁 Status:
|
||||
- 🔗 Location:
|
||||
- 🛰 Platform(s):
|
||||
- 👤 Creator(s):
|
||||
- 👍 Recommended By:
|
||||
- 🔮 Origin:
|
||||
|
||||
**🤝 Related Links**
|
||||
-
|
||||
@@ -1,44 +0,0 @@
|
||||
# PROJECT
|
||||
|
||||
---
|
||||
|
||||
## 📇 Meta
|
||||
|
||||
- **🗂 Type:**
|
||||
- **✍️ Success Criteria:**
|
||||
- **🔗 Location:**
|
||||
- **🏷 Tags:**
|
||||
|
||||
---
|
||||
|
||||
## 📑 Summary
|
||||
-
|
||||
|
||||
## 📓 Logs
|
||||
|
||||
### 📌 Milestones
|
||||
- Start Date:
|
||||
- Next Assessment Date:
|
||||
- Goal Completion Date:
|
||||
- Actual Completion Date:
|
||||
|
||||
### ✍️ Addendum
|
||||
-
|
||||
|
||||
## 📋 Requirements
|
||||
- [ ]
|
||||
|
||||
### What opportunities does this present?
|
||||
Identify opportunities
|
||||
|
||||
|
||||
### Who are we doing this for?
|
||||
Identify ideal customer
|
||||
|
||||
|
||||
### How will the product be delivered?
|
||||
Best method to get it to the customer
|
||||
|
||||
|
||||
## 📝 Notes
|
||||
-
|
||||
@@ -1,46 +0,0 @@
|
||||
# 2021 — Week WEEK_NUMBER
|
||||
|
||||
## 📋 Tasks
|
||||
|
||||
- [ ] Review calendar for the week
|
||||
- [ ] Define what is upcoming
|
||||
|
||||
|
||||
## 🛣 Upcoming
|
||||
|
||||
_What is coming up this week?_
|
||||
|
||||
|
||||
|
||||
## 📦 Outcomes
|
||||
|
||||
_What output came of this week's effort? In other words, what were the impact of the time and energy spent this week?_
|
||||
|
||||
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
### ⛰ Obstacles
|
||||
|
||||
_What challenges presented themselves this week?_
|
||||
|
||||
-
|
||||
|
||||
### 🎒 Lessons Learned
|
||||
|
||||
_What would I like to do better next week?_
|
||||
|
||||
-
|
||||
|
||||
### 📖 Miscellaneous
|
||||
|
||||
|
||||
## 🗓️ Daily Notes
|
||||
|
||||
1. — 🔲
|
||||
2. — 🔲
|
||||
3. — 🔲
|
||||
4. — 🔲
|
||||
5. — 🔲
|
||||
6. — 🔲
|
||||
7. — 🔲
|
||||
Reference in New Issue
Block a user