feature: add anew templates
This commit is contained in:
@@ -1,48 +0,0 @@
|
||||
---
|
||||
uuid: <% tp.date.now("YYYYMMDDHHmmss") %>
|
||||
alias:
|
||||
dates:
|
||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
progress:
|
||||
---
|
||||
|
||||
![<% tp.file.title %> Cover Art]()
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## ℹ️ About
|
||||
|
||||
|
||||
|
||||
|
||||
## 📋 Table of Contents
|
||||
|
||||
-
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- Rating::
|
||||
- Priority::
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- Type:: #type/refs/book
|
||||
- Genre:: #genre/
|
||||
- Area::
|
||||
- Team::
|
||||
- Status:: #status/queue
|
||||
- Platform:: #platform/kindle
|
||||
- Topic(s)::
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- Creator(s)::
|
||||
- Recommended By::
|
||||
- Origin::
|
||||
- POD::
|
||||
@@ -1,12 +0,0 @@
|
||||
# <% tp.date.now("MMMM Do, YYYY") %>
|
||||
|
||||
## What do you plan to do today?
|
||||
|
||||
|
||||
|
||||
## What did you accomplish today?
|
||||
|
||||
|
||||
|
||||
## What are some moments worth sharing?
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
📇 Additional Metadata
|
||||
1
templates/Attributes/Date (Attribute Template).md
Normal file
1
templates/Attributes/Date (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🗓️ Date
|
||||
1
templates/Attributes/Direction (Attribute Template).md
Normal file
1
templates/Attributes/Direction (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🧭 Direction
|
||||
1
templates/Attributes/Duration (Attribute Template).md
Normal file
1
templates/Attributes/Duration (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
⏱️ Duration
|
||||
1
templates/Attributes/Format (Attribute Template).md
Normal file
1
templates/Attributes/Format (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
📼 Format
|
||||
1
templates/Attributes/Instrument (Attribute Template).md
Normal file
1
templates/Attributes/Instrument (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🎹 Instrument
|
||||
1
templates/Attributes/Logs (Attribute Template).md
Normal file
1
templates/Attributes/Logs (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
📖 Logs
|
||||
@@ -0,0 +1 @@
|
||||
🌮 Miscellaneous
|
||||
1
templates/Attributes/Number (Attribute Template).md
Normal file
1
templates/Attributes/Number (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🔢 Number
|
||||
1
templates/Attributes/Origin (Attribute Template).md
Normal file
1
templates/Attributes/Origin (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🔮 Origin
|
||||
1
templates/Attributes/Outcome (Attribute Template).md
Normal file
1
templates/Attributes/Outcome (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🎁 Outcome
|
||||
1
templates/Attributes/PODs (Attribute Template).md
Normal file
1
templates/Attributes/PODs (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🚀 PODs
|
||||
1
templates/Attributes/Project (Attribute Template).md
Normal file
1
templates/Attributes/Project (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
💼 Project
|
||||
1
templates/Attributes/Rating (Attribute Template).md
Normal file
1
templates/Attributes/Rating (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
⭐ Rating
|
||||
1
templates/Attributes/Series (Attribute Template).md
Normal file
1
templates/Attributes/Series (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
📚 Series
|
||||
1
templates/Attributes/Skill (Attribute Template).md
Normal file
1
templates/Attributes/Skill (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🏹 Skill
|
||||
1
templates/Attributes/Teams (Attribute Template).md
Normal file
1
templates/Attributes/Teams (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🙌 Team
|
||||
1
templates/Attributes/Type (Attribute Template).md
Normal file
1
templates/Attributes/Type (Attribute Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🗂 Type
|
||||
8
templates/Blocks/Flow Chart (Block Template).md
Normal file
8
templates/Blocks/Flow Chart (Block Template).md
Normal file
@@ -0,0 +1,8 @@
|
||||
```mermaid
|
||||
graph TD
|
||||
A[Christmas] -->|Get money| B(Go shopping)
|
||||
B --> C{Let me think}
|
||||
C -->|One| D[Laptop]
|
||||
C -->|Two| E[iPhone]
|
||||
C -->|Three| F[fa:fa-car Car]
|
||||
```
|
||||
6
templates/Blocks/Pie Chart (Block Template).md
Normal file
6
templates/Blocks/Pie Chart (Block Template).md
Normal file
@@ -0,0 +1,6 @@
|
||||
```mermaid
|
||||
pie title Pets
|
||||
"Dogs" : 100
|
||||
"Cats" : 25
|
||||
"Birds" : 50
|
||||
```
|
||||
9
templates/Blocks/State Diagram Chart (Block Template).md
Normal file
9
templates/Blocks/State Diagram Chart (Block Template).md
Normal file
@@ -0,0 +1,9 @@
|
||||
```mermaid
|
||||
stateDiagram-v2
|
||||
[*] --> Still
|
||||
Still --> [*]
|
||||
Still --> Moving
|
||||
Moving --> Still
|
||||
Moving --> Crash
|
||||
Crash --> [*]
|
||||
```
|
||||
32
templates/Pages/App (Page Template).md
Normal file
32
templates/Pages/App (Page Template).md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
||||
alias: ["<% tp.file.title.replace(' (App)', '') %>", "+<% tp.file.title.replace(' (App)', '') %>"]
|
||||
dates:
|
||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
---
|
||||
|
||||
# <% tp.file.title.replace(' (App)', '') %>
|
||||
|
||||
<% tp.file.cursor() %>
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- ⭐ Rating::
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type:: #type/app
|
||||
- 🏁 Status::
|
||||
- 🛰 Platform::
|
||||
- 💬 Topics::
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- 👍 Recommended By::
|
||||
- ✨ Inspired By::
|
||||
- 🔮 Origin::
|
||||
@@ -33,7 +33,11 @@ else if (title.startsWith("Sync with")) {
|
||||
}
|
||||
// "Music Lesson" Notes
|
||||
else if (title.startsWith("Music Lesson")) {
|
||||
return tp.file.include('[[Music Lessons — Page Template]]')
|
||||
return tp.file.include('[[Music Lessons (Page Template)]]')
|
||||
}
|
||||
// "Obsidian Office Hours - Episode" Notes
|
||||
else if (title.startsWith("Obsidian Office Hours (E")) {
|
||||
return tp.file.include('[[Obsidian Office Hours (Page Template)]]')
|
||||
}
|
||||
// "People" Notes
|
||||
else if (title.startsWith("@")) {
|
||||
48
templates/Pages/Book (Page Template).md
Normal file
48
templates/Pages/Book (Page Template).md
Normal file
@@ -0,0 +1,48 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
![<% tp.file.title %> Cover Art]()
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
-
|
||||
|
||||
## 📋 Table of Contents
|
||||
|
||||
|
||||
|
||||
## ℹ️ About
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- <% tp.file.include('[[Rating — Metadata — Block Template]]') %>::
|
||||
- <% tp.file.include('[[Priority — Metadata — Block Template]]') %>::
|
||||
- 🏃♂️ Start Date::
|
||||
- 👀 Next Assessment Date::
|
||||
- 🎯 Goal Completion Date::
|
||||
- 📆 Completion Date::
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- <% tp.file.include('[[Type (Attribute Template)]]') %>:: #type/book
|
||||
- 🎭 Genres:: #genre/
|
||||
- 🌎 Areas::
|
||||
- 🙌 Team::
|
||||
- 🏁 Status:: #status/queue
|
||||
- 🛰 Platforms:: #platform/kindle
|
||||
- 💬 Topics::
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- 👤 Creators::
|
||||
- 🗓️ Last Read::
|
||||
- 👍 Recommended By::
|
||||
- 🔮 Origin::
|
||||
- 🚀 PODs::
|
||||
95
templates/Pages/Build with Ben Episode (Page Template).md
Normal file
95
templates/Pages/Build with Ben Episode (Page Template).md
Normal file
@@ -0,0 +1,95 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 📋 Pre-Stream Checklist
|
||||
|
||||
### 📝 Planning
|
||||
|
||||
- [ ] Fill out agenda
|
||||
- [ ] Write tweet for live in studio
|
||||
|
||||
```
|
||||
🔴 Live Stream in Session
|
||||
|
||||
|
||||
|
||||
https://www.twitch.tv/bencodezen
|
||||
```
|
||||
|
||||
- [ ] Update overlay
|
||||
- [ ] Post tweet to:
|
||||
- [ ] Cassidy's Discord
|
||||
- [ ] DTC Discord
|
||||
- [ ] Netlify Slack
|
||||
|
||||
### 💻 Setup
|
||||
|
||||
#### Video & Audio
|
||||
- [ ] Check resolution for 1920 x 1080
|
||||
- [ ] Check lighting
|
||||
- [ ] Check audio for mic
|
||||
- [ ] Setup BlackHole 2ch
|
||||
- [ ] Audio Devices MIDI
|
||||
- [ ] MultiOutput Device
|
||||
- [ ] Can adjust volume through individual device within the Audio Devices
|
||||
- [ ] Setup Screenflow
|
||||
|
||||
#### Desktop
|
||||
- [ ] Turn off notifications
|
||||
- [ ] Shut down all miscellaneous applications
|
||||
- [ ] Clean up files on desktop
|
||||
|
||||
#### Software
|
||||
- [ ] Start VS Code
|
||||
- [ ] Font Size: 18px
|
||||
- [ ] Zoom: 2.5
|
||||
- [ ] Start Obsidian
|
||||
- [ ] Reset Zoom
|
||||
- [ ] Zoom in Twice
|
||||
|
||||
#### Miscellaneous
|
||||
|
||||
- [ ] Grab water
|
||||
|
||||
|
||||
## 📋 Agenda
|
||||
|
||||
- [ ]
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
-
|
||||
|
||||
## 📚 Resources
|
||||
|
||||
-
|
||||
|
||||
## 📋 Post-Stream Checklist
|
||||
|
||||
- [ ] VS Code - Reset Zoom
|
||||
- [ ] Obsidian - Reset Zoom
|
||||
- [ ] End stream on Streamlabs
|
||||
- [ ] End recording on Screenflow
|
||||
- [ ] Download recording
|
||||
- [ ] Edit recording
|
||||
- [ ] Upload it to YouTube
|
||||
- [ ] Schedule tweet to share it
|
||||
- [ ] Update website
|
||||
|
||||
---
|
||||
|
||||
## 🌮 Miscellaneous
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- 📚 Series:: [[Build with Ben (Series)]]
|
||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type:: #type/content
|
||||
- 🌎 Areas:: #area/public-speaking
|
||||
- 📼 Format(s):: #format/livestream
|
||||
- 🚀 Team(s):: #team/bencodezen
|
||||
- 🛰 Platforms:: #platform/twitch
|
||||
80
templates/Pages/Daily Note (Page Template).md
Normal file
80
templates/Pages/Daily Note (Page Template).md
Normal file
@@ -0,0 +1,80 @@
|
||||
---
|
||||
uuid: <% moment(tp.file.title).format("YYYYMMDDHHmmss") %>
|
||||
alias:
|
||||
- "<% moment(tp.file.title).format("MMMM Do, YYYY") %>"
|
||||
- "<% moment(tp.file.title).format("dddd Do MMMM, YYYY") %>"
|
||||
dates:
|
||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
---
|
||||
|
||||
# <% moment(tp.file.title).format("MMMM Do, YYYY") %>
|
||||
|
||||
<% tp.web.daily_quote() %>
|
||||
|
||||
## 🕰️ Timeline
|
||||
|
||||
*A representation of the activities for the day.*
|
||||
|
||||
### ✨ Morning (0/300)
|
||||
|
||||
- **07:00AM to 08:00PM**
|
||||
- **08:00AM to 09:00PM**
|
||||
- **09:00AM to 10:00PM**
|
||||
- **10:00AM to 11:00PM**
|
||||
- **11:00AM to 12:00PM**
|
||||
|
||||
### 🌤️ Afternoon (0/300)
|
||||
|
||||
- **12:00PM to 01:00PM**
|
||||
- **01:00PM to 02:00PM**
|
||||
- **02:00PM to 03:00PM**
|
||||
- **03:00PM to 04:00PM**
|
||||
- **04:00PM to 05:00PM**
|
||||
|
||||
### 🌙 Evening (0/300)
|
||||
|
||||
- **05:00PM to 06:00PM**
|
||||
- **06:00PM to 07:00PM**
|
||||
- **07:00PM to 08:00PM**
|
||||
- **08:00PM to 09:00PM**
|
||||
- **09:00PM to 10:00PM**
|
||||
|
||||
## ✅ Action Items
|
||||
|
||||
### 🎯 Priority
|
||||
|
||||
*What is the one thing I want to do for me?*
|
||||
|
||||
- [ ]
|
||||
|
||||
<%* if (moment(tp.file.title).format("dddd") !== "Saturday" && moment(tp.file.title).format("dddd") !== "Sunday") { -%>
|
||||
|
||||
<% tp.file.include("[[Weekly Priority Prompts — Section Template]]") %>
|
||||
|
||||
<%* } -%>
|
||||
|
||||
### 📋 Todos
|
||||
|
||||
- [ ] 🧘 #i/practiced/meditation (10)
|
||||
- [ ] 👨💻 #i/practiced/coding (30)
|
||||
- [ ] 🎸 #i/practiced/ukulele (10)
|
||||
- [ ] 🇯🇵 #i/practiced/japanese (10)
|
||||
- [ ] 📝 #i/practiced/writing (30)
|
||||
- [ ] 🧼 #i/practiced/cleaning (30)
|
||||
- [ ] 🐦 #i/practiced/social-media (30)
|
||||
|
||||
---
|
||||
|
||||
## 🌮 Miscellaneous
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- 🗓️ Week:: [[<% moment(tp.file.title).format("YYYY-[W]ww") %>]]
|
||||
- ⏰ Start Time:: <% tp.file.creation_date("HH:mm") %>
|
||||
- 🛌 End Time::
|
||||
|
||||
**🏷 Tag(s)**
|
||||
|
||||
- 🗂 Type:: #type/timeline/daily
|
||||
- 🏁 Status:: #status/in-progress
|
||||
19
templates/Pages/Focus Session (Page Template).md
Normal file
19
templates/Pages/Focus Session (Page Template).md
Normal file
@@ -0,0 +1,19 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 🎯 What is the priority?
|
||||
|
||||
-
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
- <% tp.file.include('[[Date (Attribute Template)]]') %>:: [[<% tp.date.now() %>]]
|
||||
- <% tp.file.include('[[Type (Attribute Template)]]') %>:: #type/session
|
||||
- <% tp.file.include('[[Teams (Attribute Template)]]') %>::
|
||||
20
templates/Pages/Funko Pop (Page Template).md
Normal file
20
templates/Pages/Funko Pop (Page Template).md
Normal file
@@ -0,0 +1,20 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## ℹ️ About
|
||||
|
||||
- 🗺️ Location::
|
||||
- 📚 Series::
|
||||
- 🗄️ Number::
|
||||
- 🗓️ Purchase Date::
|
||||
- 💰 Price::
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type:: #type/funko-pop
|
||||
- 🔮 Origin:: [[Funko Pop Collection]]
|
||||
39
templates/Pages/Generic Meeting (Page Template).md
Normal file
39
templates/Pages/Generic Meeting (Page Template).md
Normal file
@@ -0,0 +1,39 @@
|
||||
<% tp.file.include("[[Frontmatter (Section Template)]]") %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 📋 Agenda
|
||||
|
||||
- [ ]
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
- <% tp.file.cursor() %>
|
||||
|
||||
## ✅ Tasks
|
||||
|
||||
- [ ]
|
||||
|
||||
## 👥 Participants
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
||||
- 📚 Series::
|
||||
- 🔮 Origin::
|
||||
- 🚀 POD::
|
||||
- ✨ Inspired By::
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🧠 Mode:: #mode/airplane
|
||||
- 🗂 Type:: #type/meeting
|
||||
- 🌎 Areas::
|
||||
- 🙌 Team::
|
||||
- 🛰 Platforms:: #platform/zoom
|
||||
52
templates/Pages/Japanese Tutoring Session (Page Template).md
Normal file
52
templates/Pages/Japanese Tutoring Session (Page Template).md
Normal file
@@ -0,0 +1,52 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 🍳 Prep
|
||||
|
||||
### What time and day is it?
|
||||
|
||||
|
||||
|
||||
### Homework from last session
|
||||
|
||||
- Copy in homework from last session
|
||||
|
||||
|
||||
|
||||
## 📓 Homework
|
||||
|
||||
-
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
-
|
||||
|
||||
## 📚 Resources
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
||||
- ⏱️ Duration:: 60 min
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type:: #type/lesson
|
||||
- 📼 Format:: #format/video
|
||||
- 🌎 Areas:: #area/japanese
|
||||
- 🙌 Team:: #team/bencodezen
|
||||
- 🏁 Status:: #status/in-progress
|
||||
- 🏹 Skill:: #skill/japanese
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- 👤 Instructor::
|
||||
- 🛰 Platform:: [[+Preply]]
|
||||
- 🚀 POD:: [[Become proficient in Japanese]]
|
||||
- 📚 Series:: [[Japanese Lesson Dashboard]]
|
||||
37
templates/Pages/Monthly Note (Page Template).md
Normal file
37
templates/Pages/Monthly Note (Page Template).md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
uuid: <% tp.date.now("YYYYMMDDHHmmss") %>
|
||||
alias: ["<% tp.date.now("MMMM Do, YYYY") %>"]
|
||||
dates:
|
||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
version: 11
|
||||
---
|
||||
|
||||
- [ ] 一百二十八條知見
|
||||
- [ ] 一百二十八條知見: #1 - 38
|
||||
- [ ] 一百二十八條知見: #1 - 30
|
||||
- [ ] 一百二十八條知見: #31 - 60
|
||||
- [ ] 一百二十八條知見: #61 - 90
|
||||
- [ ] 極聖解脫大手印
|
||||
- [x] 極聖解脫大手印: Top of 4 to Top of 6
|
||||
- [ ] 極聖解脫大手印: Top of 6 to Bottom of 8
|
||||
- [ ] 極聖解脫大手印: Bottom of 8 to Middle of 9
|
||||
- [ ] 極聖解脫大手印: Middle of 11 to Bottom of 14
|
||||
- [ ] 極聖解脫大手印: Bottom of 14 to Middle of 15
|
||||
- [ ] 極聖解脫大手印: Middle of 15 to Middle of 17
|
||||
- [ ] 極聖解脫大手印: Middle of 17 to Bottom of 18
|
||||
- [ ] 極聖解脫大手印: Bottom of 18 to Top of 21
|
||||
- [ ] 極聖解脫大手印: Top of 21 to Bottom of 24
|
||||
- [ ] 極聖解脫大手印: Bottom of 24 to Middle of 26
|
||||
- [ ] 極聖解脫大手印: Middle of 26 to Middle of 28
|
||||
- [x] 什麼叫修行
|
||||
- [x] The Great Dharma of Zen Practice
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type:: #type/timeline/monthly
|
||||
- 🏁 Status:: #status/in-progress
|
||||
33
templates/Pages/Music Lessons (Page Template).md
Normal file
33
templates/Pages/Music Lessons (Page Template).md
Normal file
@@ -0,0 +1,33 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 🔥 Warm-up
|
||||
|
||||
-
|
||||
|
||||
## 🏋️♂️ Exercises
|
||||
|
||||
-
|
||||
|
||||
## 🎹 Song(s)
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
||||
- 👩🏫 Instructor:: [[@Chantal Kuegle]]
|
||||
- ⏱️ Duration:: 60 min
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type:: #type/lesson
|
||||
- 🌎 Areas:: #area/music
|
||||
- 🏹 Skill:: #skill/ukulele
|
||||
- 🏁 Status:: #status/backlog
|
||||
- 🛰 Platform:: #platform/lessonface
|
||||
95
templates/Pages/Obsidian Office Hours (Page Template).md
Normal file
95
templates/Pages/Obsidian Office Hours (Page Template).md
Normal file
@@ -0,0 +1,95 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 📋 Pre-Stream Checklist
|
||||
|
||||
### 📝 Planning
|
||||
|
||||
- [ ] Fill out agenda
|
||||
- [ ] Write tweet for live in studio
|
||||
|
||||
```
|
||||
🔴 Live Stream in Session
|
||||
|
||||
|
||||
|
||||
https://www.twitch.tv/bencodezen
|
||||
```
|
||||
|
||||
- [ ] Update overlay
|
||||
- [ ] Post tweet to:
|
||||
- [ ] Cassidy's Discord
|
||||
- [ ] DTC Discord
|
||||
- [ ] Netlify Slack
|
||||
|
||||
### 💻 Setup
|
||||
|
||||
#### Video & Audio
|
||||
- [ ] Check resolution for 1920 x 1080
|
||||
- [ ] Check lighting
|
||||
- [ ] Check audio for mic
|
||||
- [ ] Setup BlackHole 2ch
|
||||
- [ ] Audio Devices MIDI
|
||||
- [ ] MultiOutput Device
|
||||
- [ ] Can adjust volume through individual device within the Audio Devices
|
||||
- [ ] Setup Screenflow
|
||||
|
||||
#### Desktop
|
||||
- [ ] Turn off notifications
|
||||
- [ ] Shut down all miscellaneous applications
|
||||
- [ ] Clean up files on desktop
|
||||
|
||||
#### Software
|
||||
- [ ] Start VS Code
|
||||
- [ ] Font Size: 18px
|
||||
- [ ] Zoom: 2.5
|
||||
- [ ] Start Obsidian
|
||||
- [ ] Reset Zoom
|
||||
- [ ] Zoom in Twice
|
||||
|
||||
#### Miscellaneous
|
||||
|
||||
- [ ] Grab water
|
||||
|
||||
|
||||
## 📋 Agenda
|
||||
|
||||
- [ ]
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
-
|
||||
|
||||
## 📚 Resources
|
||||
|
||||
-
|
||||
|
||||
## 📋 Post-Stream Checklist
|
||||
|
||||
- [ ] VS Code - Reset Zoom
|
||||
- [ ] Obsidian - Reset Zoom
|
||||
- [ ] End stream on Streamlabs
|
||||
- [ ] End recording on Screenflow
|
||||
- [ ] Download recording
|
||||
- [ ] Edit recording
|
||||
- [ ] Upload it to YouTube
|
||||
- [ ] Schedule tweet to share it
|
||||
- [ ] Update website
|
||||
|
||||
---
|
||||
|
||||
## 🌮 Miscellaneous
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- 📚 Series:: [[Obsidian Office Hours (Series)]]
|
||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type:: #type/content
|
||||
- 🌎 Areas:: #area/public-speaking
|
||||
- 📼 Format(s):: #format/livestream
|
||||
- 🚀 Team(s):: #team/bencodezen
|
||||
- 🛰 Platforms:: #platform/twitch
|
||||
40
templates/Pages/Project (Page Template).md
Normal file
40
templates/Pages/Project (Page Template).md
Normal file
@@ -0,0 +1,40 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## ℹ️ About
|
||||
|
||||
- 🕰 Estimated Time::
|
||||
- ⏱️ Completion Time::
|
||||
- 🗓️ Week:: [[<% tp.date.now("YYYY") %>-W<% tp.date.now("ww") %>]]
|
||||
|
||||
## 🎯 Success Criteria
|
||||
|
||||
- [ ]
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- 🚩 Priority::
|
||||
- 🏃♂️ Started On::
|
||||
- 👀 Next Assessment Date::
|
||||
- 🎯 Goal Completion Date::
|
||||
- 📆 Completed On::
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- 🗂 Type:: #type/project
|
||||
- 🌎 Areas::
|
||||
- 🙌 Team::
|
||||
- 🏁 Status:: #status/queue
|
||||
- 🛰 Platforms::
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- ✨ Inspired By::
|
||||
- 🔮 Origin::
|
||||
- 🚀 PODs::
|
||||
- 🗺️ Locations::
|
||||
11
templates/Pages/Starter Note (Page Template).md
Normal file
11
templates/Pages/Starter Note (Page Template).md
Normal file
@@ -0,0 +1,11 @@
|
||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
<% tp.file.cursor() %>
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
- <% tp.file.include('[[Type (Attribute Template)]]') %>::
|
||||
104
templates/Pages/Weekly Note (Page Template).md
Normal file
104
templates/Pages/Weekly Note (Page Template).md
Normal file
@@ -0,0 +1,104 @@
|
||||
---
|
||||
uuid: <% tp.date.now("YYYYMMDDHHmmss") %>
|
||||
alias:
|
||||
dates:
|
||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
version: 3
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 📋 Tasks
|
||||
|
||||
- [ ] Establish workout regimen for the week ^92ce16
|
||||
- [ ] Review calendar for the week
|
||||
- [ ] Review [[2021-W<%tp.date.now("ww") - 1%>]]
|
||||
- [ ] Determine what outcomes are relevant for this week
|
||||
- [ ] Close out ritual
|
||||
- [ ] Review health data in [[Apple Health (App)]] ^1e00ff
|
||||
|
||||
## 💼 Projects
|
||||
|
||||
```dataview
|
||||
TABLE status
|
||||
FROM #type/project and [[<% tp.date.now("YYYY") %>-W<% tp.date.now("ww") %>]]
|
||||
```
|
||||
|
||||
## 🛣 Upcoming
|
||||
|
||||
_What is coming up this week?_
|
||||
|
||||
### Netlify
|
||||
- [ ]
|
||||
|
||||
|
||||
### Vue Mastery
|
||||
- [ ]
|
||||
|
||||
|
||||
### BenCodeZen
|
||||
- [ ]
|
||||
|
||||
|
||||
### Miscellaneous
|
||||
- [ ]
|
||||
|
||||
|
||||
## 📦 Outcomes
|
||||
|
||||
_What output came of this week's effort? In other words, what were the impact of the time and energy spent this week?_
|
||||
|
||||
### Netlify
|
||||
- [ ]
|
||||
|
||||
|
||||
### Vue Mastery
|
||||
- [ ]
|
||||
|
||||
|
||||
### BenCodeZen
|
||||
- [ ]
|
||||
|
||||
|
||||
### Miscellaneous
|
||||
- [ ]
|
||||
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
### ⛰ Obstacles
|
||||
|
||||
_What challenges presented themselves this week?_
|
||||
|
||||
-
|
||||
|
||||
### 🎒 Lessons Learned
|
||||
|
||||
_What would I like to do better next week?_
|
||||
|
||||
-
|
||||
|
||||
### 📖 Miscellaneous
|
||||
|
||||
|
||||
## 🗓️ Daily Notes
|
||||
|
||||
```dataview
|
||||
TABLE status as "Status", week
|
||||
FROM #type/timeline/daily
|
||||
WHERE week = [[2021-W<%tp.date.now("ww")%>]]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- 🗓️ Week:: <%tp.date.now("ww")%>
|
||||
|
||||
**🏷 Tag(s)**
|
||||
|
||||
- 🗂 Type:: #type/timeline/weekly
|
||||
- 🏁 Status:: #status/in-progress
|
||||
39
templates/Sections/Backmatter (Section Template).md
Normal file
39
templates/Sections/Backmatter (Section Template).md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
|
||||
## 📇 Additional Metadata
|
||||
|
||||
**🧰 Attributes**
|
||||
|
||||
- <% tp.file.include('[[Date (Attribute Template)]]') %>
|
||||
- <% tp.file.include('[[Rating (Attribute Template)]]') %>
|
||||
- <% tp.file.include('[[Instrument (Attribute Template)]]') %>
|
||||
- <% tp.file.include('[[Series (Attribute Template)]]') %>
|
||||
- <% tp.file.include('[[Number (Attribute Template)]]') %>
|
||||
- <% tp.file.include('[[Duration (Attribute Template)]]') %>
|
||||
|
||||
**🏷 Tags**
|
||||
|
||||
- <% tp.file.include('[[Type (Attribute Template)]]') %>
|
||||
- 🚩 Priority::
|
||||
- 🧠 Mode::
|
||||
- 📼 Format::
|
||||
- 🎭 Genre::
|
||||
- 🌎 Areas::
|
||||
- 🙌 Team::
|
||||
- 🏁 Status::
|
||||
- 🏹 Skill::
|
||||
- 🛰 Platform::
|
||||
|
||||
**🖇️ Related Links**
|
||||
|
||||
- 👤 Creator::
|
||||
- 🏛️ Publisher::
|
||||
- 🏬 Vendor::
|
||||
- 🚚 Est Delivery Date::
|
||||
- 👍 Recommended By::
|
||||
- ✨ Inspired By::
|
||||
- 🔮 Origin::
|
||||
- 🚀 POD::
|
||||
- 🗺️ Location::
|
||||
- 📚 Series::
|
||||
- 💼 Project::
|
||||
@@ -0,0 +1,7 @@
|
||||
- [ ] 🔎 #i/practiced/daily-review-protocol
|
||||
- [ ] Review email for 5 min
|
||||
- [ ] Review today's timeline
|
||||
- [ ] Review [GitHub notifications](https://github.com/notifications)
|
||||
- [ ] Update today's summary sections
|
||||
- [ ] Review Quick Capture System
|
||||
- [ ] Review schedule for tomorrow
|
||||
7
templates/Sections/Frontmatter (Section Template).md
Normal file
7
templates/Sections/Frontmatter (Section Template).md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
||||
alias:
|
||||
dates:
|
||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
---
|
||||
@@ -0,0 +1,6 @@
|
||||
- [ ] 💾 #i/practiced/save-point-protocol
|
||||
- [ ] Habit: Drink water
|
||||
- [ ] Silence (1 min)
|
||||
- [ ] Update timeline as needed
|
||||
- [ ] Reflect on this morning
|
||||
- [ ] 回光返照
|
||||
14
templates/Sections/Shutdown Ritual (Section Template).md
Normal file
14
templates/Sections/Shutdown Ritual (Section Template).md
Normal file
@@ -0,0 +1,14 @@
|
||||
- [ ] 🌙 #i/practiced/shutdown-ritual
|
||||
- [ ] Silence (1 min)
|
||||
- [ ] Review financial system
|
||||
- [ ] Fill out [[Summary — Section Template]]
|
||||
- [ ] Reflect on today
|
||||
- [ ] 回光返照
|
||||
- [ ] 二十法
|
||||
- [ ] 歡心唸
|
||||
- [ ] 懺悔
|
||||
- [ ] 供養佛菩薩本尊咒
|
||||
- [ ] 回向
|
||||
- [ ] Use Theragun on muscles
|
||||
- [ ] Acknowledge and appreciate how much rest I'm about to get for the night
|
||||
- [ ] Set an intention for tomorrow
|
||||
54
templates/Sections/Startup Ritual (Section Template).md
Normal file
54
templates/Sections/Startup Ritual (Section Template).md
Normal file
@@ -0,0 +1,54 @@
|
||||
- 🌤️ #i/practiced/startup-ritual (30)
|
||||
- [ ] Weigh myself ^a860e8
|
||||
- [ ] Habit: Drink water
|
||||
- [ ] Silence
|
||||
- [ ] 成就咒(七遍)
|
||||
- [ ] 體著無明傷生咒(七遍)
|
||||
- [ ] 鞋底解脫咒(七遍)
|
||||
- [ ] 用水咒(七遍)
|
||||
- [ ] 我要今生了勝脱死得大成就。
|
||||
- [ ] 我要普渡六道眾生和幫他們脱離這個痛苦的六道輪迴。
|
||||
- [ ] 戒律
|
||||
- [ ] 三聚淨戒
|
||||
- [ ] 十善
|
||||
- [ ] 四無量心
|
||||
- [ ] 六度
|
||||
- [ ] 八基正見
|
||||
- [ ] 大悲我母菩提心
|
||||
- [ ] 菩薩應照菩提心
|
||||
- [ ] 二十法
|
||||
- [ ] 五戒
|
||||
- [ ] 咒語
|
||||
- [ ] 南無第三世多杰羌佛
|
||||
- [ ] 多杰羌佛心咒
|
||||
- [ ] 百字明咒
|
||||
- [ ] 滅罪咒
|
||||
- [ ] 心經
|
||||
- [ ] 大悲咒
|
||||
- [ ] 佛書
|
||||
- [ ] "暇滿殊勝海心髓"
|
||||
- [ ] "最勝菩提空行海心髓"
|
||||
- [ ] 回光返照
|
||||
- [ ] 你的正業是什麼?
|
||||
- [ ] 他非即我非,同體名大悲。
|
||||
- [ ] 我永遠有一個慚愧的心,一個忍辱的心。
|
||||
- [ ] “忍辱是第一道,勝過一切,能忍辱,則能真正成道”
|
||||
- [ ] “人身難得、死亡無常、輪迴痛苦、因果必報、正法現前、斷我修持、自救救他”
|
||||
- [ ] “修行就是要修徹底,不徹底,就不能大成就”
|
||||
- [ ] “迷時師渡我,悟時我自度”
|
||||
- [ ] “我是因地菩薩,今生必須成為大聖,我必須以忍辱負重為主,去掉自私的驕傲心行,要認清自己造過無數的罪業,無論我現在身份地位多高,也是與普通人一樣毫無價值的臭皮囊,同樣是在死亡道上前進的一人,所以我本來就是一個很普通的人、黑業之人,因此我必須是所有眾生的低下服務人員,為他們效力這是我應該的,我沒有半點比他們高貴的地方.”
|
||||
- [ ] Warm-up Exercise
|
||||
- [ ] 10x Jumping Jacks
|
||||
- [ ] 1x Sun Salutation
|
||||
- [ ] 3x Downdog / Plank Shifts
|
||||
- [ ] 1x Ragdoll
|
||||
- [ ] 1x Twist Left / Right
|
||||
- [ ] 1x Rollup with Gratitude
|
||||
- [ ] Plan the day
|
||||
- [ ] Review today's calendar
|
||||
- [ ] Establish...
|
||||
- [ ] When the day starts
|
||||
- [ ] When there's time for lunch
|
||||
- [ ] When the day ends
|
||||
- [ ] Review linked mentions
|
||||
- [ ] Review weekly note
|
||||
1
templates/Snippets/Event (Snippet Template).md
Normal file
1
templates/Snippets/Event (Snippet Template).md
Normal file
@@ -0,0 +1 @@
|
||||
[[<% tp.file.cursor() %> on <% tp.date.now() %>]]
|
||||
@@ -0,0 +1 @@
|
||||
🎯 Success Criteria
|
||||
1
templates/Snippets/Sync with (Snippet Template).md
Normal file
1
templates/Snippets/Sync with (Snippet Template).md
Normal file
@@ -0,0 +1 @@
|
||||
[[Sync with <% tp.file.cursor() %> on <% tp.date.now() %>]]
|
||||
Reference in New Issue
Block a user