feature: update templates with new templater v1
This commit is contained in:
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() %>
|
||||
Reference in New Issue
Block a user