From 4a4e8a047fc24de81929327f986d297fecd9b74b Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Thu, 7 Oct 2021 23:06:11 -0400 Subject: [PATCH] feature: add anew templates --- templates/3 - Pages/Book — Page Template.md | 48 -------- .../3 - Pages/Daily Note (Page Template).md | 12 -- ...dditional Metadata (Attribute Template).md | 1 + .../Attributes/Date (Attribute Template).md | 1 + .../Direction (Attribute Template).md | 1 + .../Duration (Attribute Template).md | 1 + .../Attributes/Format (Attribute Template).md | 1 + .../Instrument (Attribute Template).md | 1 + .../Attributes/Logs (Attribute Template).md | 1 + .../Miscellaneous (Attribute Template).md | 1 + .../Attributes/Number (Attribute Template).md | 1 + .../Attributes/Origin (Attribute Template).md | 1 + .../Outcome (Attribute Template).md | 1 + .../Attributes/PODs (Attribute Template).md | 1 + .../Project (Attribute Template).md | 1 + .../Attributes/Rating (Attribute Template).md | 1 + .../Attributes/Series (Attribute Template).md | 1 + .../Attributes/Skill (Attribute Template).md | 1 + .../Attributes/Teams (Attribute Template).md | 1 + .../Attributes/Type (Attribute Template).md | 1 + .../Created Date (Block Template).md} | 0 ...Current Date and Time (Block Template).md} | 0 .../Blocks/Flow Chart (Block Template).md | 8 ++ .../I ate breakfast (Block Template).md | 0 .../I ate dinner (Block Template).md | 0 .../I ate lunch (Block Template).md | 0 .../I discovered (Block Template).md | 0 .../I drank water (Block Template).md | 0 .../I read (Block Template).md | 0 .../Last Modified Date (Block Template).md | 0 .../Blocks/Pie Chart (Block Template).md | 6 + .../State Diagram Chart (Block Template).md | 9 ++ .../Wins (Block Template).md | 0 templates/Pages/App (Page Template).md | 32 ++++++ .../{ => Pages}/Base Note (Page Template).md | 6 +- templates/Pages/Book (Page Template).md | 48 ++++++++ .../Build with Ben Episode (Page Template).md | 95 ++++++++++++++++ templates/Pages/Daily Note (Page Template).md | 80 ++++++++++++++ .../Pages/Focus Session (Page Template).md | 19 ++++ templates/Pages/Funko Pop (Page Template).md | 20 ++++ .../Pages/Generic Meeting (Page Template).md | 39 +++++++ ...panese Tutoring Session (Page Template).md | 52 +++++++++ .../Meeting Log (Page Template).md | 0 .../Pages/Monthly Note (Page Template).md | 37 +++++++ .../Pages/Music Lessons (Page Template).md | 33 ++++++ .../Obsidian Office Hours (Page Template).md | 95 ++++++++++++++++ templates/Pages/Project (Page Template).md | 40 +++++++ .../Pages/Starter Note (Page Template).md | 11 ++ .../Tasks (Page Template).md} | 0 .../Pages/Weekly Note (Page Template).md | 104 ++++++++++++++++++ .../About (Section Template).md | 0 .../Agenda (Section Template).md | 0 .../Sections/Backmatter (Section Template).md | 39 +++++++ .../Daily Review Ritual (Section Template).md | 7 ++ .../Footer — Manifest — Section Template.md | 0 .../Frontmatter (Section Template).md | 7 ++ .../Miscellaneous (Section Template).md | 0 .../Notes (Section Template).md | 0 .../Participants (Section Template).md | 0 .../Queue (Section Template).md | 0 .../Resources (Section Template).md | 0 .../Retrospective (Section Template).md | 0 .../Save Point Ritual (Section Template).md | 6 + .../Shutdown Ritual (Section Template).md | 14 +++ .../Startup Ritual (Section Template).md | 54 +++++++++ .../Summary (Section Template).md | 0 .../Tasks (Section Template).md | 0 .../Training (Section Template).md | 0 .../Snippets/Event (Snippet Template).md | 1 + .../Success Criteria (Snippet Template).md | 1 + .../Snippets/Sync with (Snippet Template).md | 1 + 71 files changed, 881 insertions(+), 61 deletions(-) delete mode 100644 templates/3 - Pages/Book — Page Template.md delete mode 100644 templates/3 - Pages/Daily Note (Page Template).md create mode 100644 templates/Attributes/Additional Metadata (Attribute Template).md create mode 100644 templates/Attributes/Date (Attribute Template).md create mode 100644 templates/Attributes/Direction (Attribute Template).md create mode 100644 templates/Attributes/Duration (Attribute Template).md create mode 100644 templates/Attributes/Format (Attribute Template).md create mode 100644 templates/Attributes/Instrument (Attribute Template).md create mode 100644 templates/Attributes/Logs (Attribute Template).md create mode 100644 templates/Attributes/Miscellaneous (Attribute Template).md create mode 100644 templates/Attributes/Number (Attribute Template).md create mode 100644 templates/Attributes/Origin (Attribute Template).md create mode 100644 templates/Attributes/Outcome (Attribute Template).md create mode 100644 templates/Attributes/PODs (Attribute Template).md create mode 100644 templates/Attributes/Project (Attribute Template).md create mode 100644 templates/Attributes/Rating (Attribute Template).md create mode 100644 templates/Attributes/Series (Attribute Template).md create mode 100644 templates/Attributes/Skill (Attribute Template).md create mode 100644 templates/Attributes/Teams (Attribute Template).md create mode 100644 templates/Attributes/Type (Attribute Template).md rename templates/{1 - Blocks/Created Date (Block Template).md => Blocks/Created Date (Block Template).md} (100%) rename templates/{1 - Blocks/Current Date and Time (Block Template).md => Blocks/Current Date and Time (Block Template).md} (100%) create mode 100644 templates/Blocks/Flow Chart (Block Template).md rename templates/{1 - Blocks => Blocks}/I ate breakfast (Block Template).md (100%) rename templates/{1 - Blocks => Blocks}/I ate dinner (Block Template).md (100%) rename templates/{1 - Blocks => Blocks}/I ate lunch (Block Template).md (100%) rename templates/{1 - Blocks => Blocks}/I discovered (Block Template).md (100%) rename templates/{1 - Blocks => Blocks}/I drank water (Block Template).md (100%) rename templates/{1 - Blocks => Blocks}/I read (Block Template).md (100%) rename templates/{1 - Blocks => Blocks}/Last Modified Date (Block Template).md (100%) create mode 100644 templates/Blocks/Pie Chart (Block Template).md create mode 100644 templates/Blocks/State Diagram Chart (Block Template).md rename templates/{1 - Blocks => Blocks}/Wins (Block Template).md (100%) create mode 100644 templates/Pages/App (Page Template).md rename templates/{ => Pages}/Base Note (Page Template).md (86%) create mode 100644 templates/Pages/Book (Page Template).md create mode 100644 templates/Pages/Build with Ben Episode (Page Template).md create mode 100644 templates/Pages/Daily Note (Page Template).md create mode 100644 templates/Pages/Focus Session (Page Template).md create mode 100644 templates/Pages/Funko Pop (Page Template).md create mode 100644 templates/Pages/Generic Meeting (Page Template).md create mode 100644 templates/Pages/Japanese Tutoring Session (Page Template).md rename templates/{3 - Pages => Pages}/Meeting Log (Page Template).md (100%) create mode 100644 templates/Pages/Monthly Note (Page Template).md create mode 100644 templates/Pages/Music Lessons (Page Template).md create mode 100644 templates/Pages/Obsidian Office Hours (Page Template).md create mode 100644 templates/Pages/Project (Page Template).md create mode 100644 templates/Pages/Starter Note (Page Template).md rename templates/{3 - Pages/Page — Tasks.md => Pages/Tasks (Page Template).md} (100%) create mode 100644 templates/Pages/Weekly Note (Page Template).md rename templates/{2 - Sections => Sections}/About (Section Template).md (100%) rename templates/{2 - Sections => Sections}/Agenda (Section Template).md (100%) create mode 100644 templates/Sections/Backmatter (Section Template).md create mode 100644 templates/Sections/Daily Review Ritual (Section Template).md rename templates/{2 - Sections => Sections}/Footer — Manifest — Section Template.md (100%) create mode 100644 templates/Sections/Frontmatter (Section Template).md rename templates/{2 - Sections => Sections}/Miscellaneous (Section Template).md (100%) rename templates/{2 - Sections => Sections}/Notes (Section Template).md (100%) rename templates/{2 - Sections => Sections}/Participants (Section Template).md (100%) rename templates/{2 - Sections => Sections}/Queue (Section Template).md (100%) rename templates/{2 - Sections => Sections}/Resources (Section Template).md (100%) rename templates/{2 - Sections => Sections}/Retrospective (Section Template).md (100%) create mode 100644 templates/Sections/Save Point Ritual (Section Template).md create mode 100644 templates/Sections/Shutdown Ritual (Section Template).md create mode 100644 templates/Sections/Startup Ritual (Section Template).md rename templates/{2 - Sections => Sections}/Summary (Section Template).md (100%) rename templates/{2 - Sections => Sections}/Tasks (Section Template).md (100%) rename templates/{2 - Sections => Sections}/Training (Section Template).md (100%) create mode 100644 templates/Snippets/Event (Snippet Template).md create mode 100644 templates/Snippets/Success Criteria (Snippet Template).md create mode 100644 templates/Snippets/Sync with (Snippet Template).md diff --git a/templates/3 - Pages/Book — Page Template.md b/templates/3 - Pages/Book — Page Template.md deleted file mode 100644 index 5a14893..0000000 --- a/templates/3 - Pages/Book — Page Template.md +++ /dev/null @@ -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:: diff --git a/templates/3 - Pages/Daily Note (Page Template).md b/templates/3 - Pages/Daily Note (Page Template).md deleted file mode 100644 index 5b99484..0000000 --- a/templates/3 - Pages/Daily Note (Page Template).md +++ /dev/null @@ -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? - diff --git a/templates/Attributes/Additional Metadata (Attribute Template).md b/templates/Attributes/Additional Metadata (Attribute Template).md new file mode 100644 index 0000000..c298623 --- /dev/null +++ b/templates/Attributes/Additional Metadata (Attribute Template).md @@ -0,0 +1 @@ +📇 Additional Metadata \ No newline at end of file diff --git a/templates/Attributes/Date (Attribute Template).md b/templates/Attributes/Date (Attribute Template).md new file mode 100644 index 0000000..193f8d0 --- /dev/null +++ b/templates/Attributes/Date (Attribute Template).md @@ -0,0 +1 @@ +🗓️ Date \ No newline at end of file diff --git a/templates/Attributes/Direction (Attribute Template).md b/templates/Attributes/Direction (Attribute Template).md new file mode 100644 index 0000000..3a54f11 --- /dev/null +++ b/templates/Attributes/Direction (Attribute Template).md @@ -0,0 +1 @@ +🧭 Direction \ No newline at end of file diff --git a/templates/Attributes/Duration (Attribute Template).md b/templates/Attributes/Duration (Attribute Template).md new file mode 100644 index 0000000..6ea7ab4 --- /dev/null +++ b/templates/Attributes/Duration (Attribute Template).md @@ -0,0 +1 @@ +⏱️ Duration \ No newline at end of file diff --git a/templates/Attributes/Format (Attribute Template).md b/templates/Attributes/Format (Attribute Template).md new file mode 100644 index 0000000..03d5f7d --- /dev/null +++ b/templates/Attributes/Format (Attribute Template).md @@ -0,0 +1 @@ +📼 Format \ No newline at end of file diff --git a/templates/Attributes/Instrument (Attribute Template).md b/templates/Attributes/Instrument (Attribute Template).md new file mode 100644 index 0000000..8838a86 --- /dev/null +++ b/templates/Attributes/Instrument (Attribute Template).md @@ -0,0 +1 @@ +🎹 Instrument \ No newline at end of file diff --git a/templates/Attributes/Logs (Attribute Template).md b/templates/Attributes/Logs (Attribute Template).md new file mode 100644 index 0000000..f7c73f3 --- /dev/null +++ b/templates/Attributes/Logs (Attribute Template).md @@ -0,0 +1 @@ +📖 Logs \ No newline at end of file diff --git a/templates/Attributes/Miscellaneous (Attribute Template).md b/templates/Attributes/Miscellaneous (Attribute Template).md new file mode 100644 index 0000000..17115fa --- /dev/null +++ b/templates/Attributes/Miscellaneous (Attribute Template).md @@ -0,0 +1 @@ +🌮 Miscellaneous \ No newline at end of file diff --git a/templates/Attributes/Number (Attribute Template).md b/templates/Attributes/Number (Attribute Template).md new file mode 100644 index 0000000..aaa7a0e --- /dev/null +++ b/templates/Attributes/Number (Attribute Template).md @@ -0,0 +1 @@ +🔢 Number \ No newline at end of file diff --git a/templates/Attributes/Origin (Attribute Template).md b/templates/Attributes/Origin (Attribute Template).md new file mode 100644 index 0000000..8e918f4 --- /dev/null +++ b/templates/Attributes/Origin (Attribute Template).md @@ -0,0 +1 @@ +🔮 Origin \ No newline at end of file diff --git a/templates/Attributes/Outcome (Attribute Template).md b/templates/Attributes/Outcome (Attribute Template).md new file mode 100644 index 0000000..eb730bc --- /dev/null +++ b/templates/Attributes/Outcome (Attribute Template).md @@ -0,0 +1 @@ +🎁 Outcome \ No newline at end of file diff --git a/templates/Attributes/PODs (Attribute Template).md b/templates/Attributes/PODs (Attribute Template).md new file mode 100644 index 0000000..5e16bf9 --- /dev/null +++ b/templates/Attributes/PODs (Attribute Template).md @@ -0,0 +1 @@ +🚀 PODs \ No newline at end of file diff --git a/templates/Attributes/Project (Attribute Template).md b/templates/Attributes/Project (Attribute Template).md new file mode 100644 index 0000000..4261b34 --- /dev/null +++ b/templates/Attributes/Project (Attribute Template).md @@ -0,0 +1 @@ +💼 Project \ No newline at end of file diff --git a/templates/Attributes/Rating (Attribute Template).md b/templates/Attributes/Rating (Attribute Template).md new file mode 100644 index 0000000..18f76ea --- /dev/null +++ b/templates/Attributes/Rating (Attribute Template).md @@ -0,0 +1 @@ +⭐ Rating \ No newline at end of file diff --git a/templates/Attributes/Series (Attribute Template).md b/templates/Attributes/Series (Attribute Template).md new file mode 100644 index 0000000..e15bcf8 --- /dev/null +++ b/templates/Attributes/Series (Attribute Template).md @@ -0,0 +1 @@ +📚 Series \ No newline at end of file diff --git a/templates/Attributes/Skill (Attribute Template).md b/templates/Attributes/Skill (Attribute Template).md new file mode 100644 index 0000000..98085e0 --- /dev/null +++ b/templates/Attributes/Skill (Attribute Template).md @@ -0,0 +1 @@ +🏹 Skill \ No newline at end of file diff --git a/templates/Attributes/Teams (Attribute Template).md b/templates/Attributes/Teams (Attribute Template).md new file mode 100644 index 0000000..79567cf --- /dev/null +++ b/templates/Attributes/Teams (Attribute Template).md @@ -0,0 +1 @@ +🙌 Team \ No newline at end of file diff --git a/templates/Attributes/Type (Attribute Template).md b/templates/Attributes/Type (Attribute Template).md new file mode 100644 index 0000000..c0ded4a --- /dev/null +++ b/templates/Attributes/Type (Attribute Template).md @@ -0,0 +1 @@ +🗂 Type \ No newline at end of file diff --git a/templates/1 - Blocks/Created Date (Block Template).md b/templates/Blocks/Created Date (Block Template).md similarity index 100% rename from templates/1 - Blocks/Created Date (Block Template).md rename to templates/Blocks/Created Date (Block Template).md diff --git a/templates/1 - Blocks/Current Date and Time (Block Template).md b/templates/Blocks/Current Date and Time (Block Template).md similarity index 100% rename from templates/1 - Blocks/Current Date and Time (Block Template).md rename to templates/Blocks/Current Date and Time (Block Template).md diff --git a/templates/Blocks/Flow Chart (Block Template).md b/templates/Blocks/Flow Chart (Block Template).md new file mode 100644 index 0000000..7e94f2b --- /dev/null +++ b/templates/Blocks/Flow Chart (Block Template).md @@ -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] +``` \ No newline at end of file diff --git a/templates/1 - Blocks/I ate breakfast (Block Template).md b/templates/Blocks/I ate breakfast (Block Template).md similarity index 100% rename from templates/1 - Blocks/I ate breakfast (Block Template).md rename to templates/Blocks/I ate breakfast (Block Template).md diff --git a/templates/1 - Blocks/I ate dinner (Block Template).md b/templates/Blocks/I ate dinner (Block Template).md similarity index 100% rename from templates/1 - Blocks/I ate dinner (Block Template).md rename to templates/Blocks/I ate dinner (Block Template).md diff --git a/templates/1 - Blocks/I ate lunch (Block Template).md b/templates/Blocks/I ate lunch (Block Template).md similarity index 100% rename from templates/1 - Blocks/I ate lunch (Block Template).md rename to templates/Blocks/I ate lunch (Block Template).md diff --git a/templates/1 - Blocks/I discovered (Block Template).md b/templates/Blocks/I discovered (Block Template).md similarity index 100% rename from templates/1 - Blocks/I discovered (Block Template).md rename to templates/Blocks/I discovered (Block Template).md diff --git a/templates/1 - Blocks/I drank water (Block Template).md b/templates/Blocks/I drank water (Block Template).md similarity index 100% rename from templates/1 - Blocks/I drank water (Block Template).md rename to templates/Blocks/I drank water (Block Template).md diff --git a/templates/1 - Blocks/I read (Block Template).md b/templates/Blocks/I read (Block Template).md similarity index 100% rename from templates/1 - Blocks/I read (Block Template).md rename to templates/Blocks/I read (Block Template).md diff --git a/templates/1 - Blocks/Last Modified Date (Block Template).md b/templates/Blocks/Last Modified Date (Block Template).md similarity index 100% rename from templates/1 - Blocks/Last Modified Date (Block Template).md rename to templates/Blocks/Last Modified Date (Block Template).md diff --git a/templates/Blocks/Pie Chart (Block Template).md b/templates/Blocks/Pie Chart (Block Template).md new file mode 100644 index 0000000..dfd2ff4 --- /dev/null +++ b/templates/Blocks/Pie Chart (Block Template).md @@ -0,0 +1,6 @@ +```mermaid +pie title Pets + "Dogs" : 100 + "Cats" : 25 + "Birds" : 50 +``` \ No newline at end of file diff --git a/templates/Blocks/State Diagram Chart (Block Template).md b/templates/Blocks/State Diagram Chart (Block Template).md new file mode 100644 index 0000000..341824b --- /dev/null +++ b/templates/Blocks/State Diagram Chart (Block Template).md @@ -0,0 +1,9 @@ +```mermaid +stateDiagram-v2 + [*] --> Still + Still --> [*] + Still --> Moving + Moving --> Still + Moving --> Crash + Crash --> [*] +``` diff --git a/templates/1 - Blocks/Wins (Block Template).md b/templates/Blocks/Wins (Block Template).md similarity index 100% rename from templates/1 - Blocks/Wins (Block Template).md rename to templates/Blocks/Wins (Block Template).md diff --git a/templates/Pages/App (Page Template).md b/templates/Pages/App (Page Template).md new file mode 100644 index 0000000..19da467 --- /dev/null +++ b/templates/Pages/App (Page Template).md @@ -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:: diff --git a/templates/Base Note (Page Template).md b/templates/Pages/Base Note (Page Template).md similarity index 86% rename from templates/Base Note (Page Template).md rename to templates/Pages/Base Note (Page Template).md index 82b30cb..b64b0c7 100644 --- a/templates/Base Note (Page Template).md +++ b/templates/Pages/Base Note (Page Template).md @@ -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("@")) { diff --git a/templates/Pages/Book (Page Template).md b/templates/Pages/Book (Page Template).md new file mode 100644 index 0000000..4a000a1 --- /dev/null +++ b/templates/Pages/Book (Page Template).md @@ -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:: diff --git a/templates/Pages/Build with Ben Episode (Page Template).md b/templates/Pages/Build with Ben Episode (Page Template).md new file mode 100644 index 0000000..1016f7d --- /dev/null +++ b/templates/Pages/Build with Ben Episode (Page Template).md @@ -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 diff --git a/templates/Pages/Daily Note (Page Template).md b/templates/Pages/Daily Note (Page Template).md new file mode 100644 index 0000000..34a1427 --- /dev/null +++ b/templates/Pages/Daily Note (Page Template).md @@ -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 diff --git a/templates/Pages/Focus Session (Page Template).md b/templates/Pages/Focus Session (Page Template).md new file mode 100644 index 0000000..a85da4b --- /dev/null +++ b/templates/Pages/Focus Session (Page Template).md @@ -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)]]') %>:: diff --git a/templates/Pages/Funko Pop (Page Template).md b/templates/Pages/Funko Pop (Page Template).md new file mode 100644 index 0000000..959e7c0 --- /dev/null +++ b/templates/Pages/Funko Pop (Page Template).md @@ -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]] diff --git a/templates/Pages/Generic Meeting (Page Template).md b/templates/Pages/Generic Meeting (Page Template).md new file mode 100644 index 0000000..be4d4af --- /dev/null +++ b/templates/Pages/Generic Meeting (Page Template).md @@ -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 diff --git a/templates/Pages/Japanese Tutoring Session (Page Template).md b/templates/Pages/Japanese Tutoring Session (Page Template).md new file mode 100644 index 0000000..0e738b8 --- /dev/null +++ b/templates/Pages/Japanese Tutoring Session (Page Template).md @@ -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]] diff --git a/templates/3 - Pages/Meeting Log (Page Template).md b/templates/Pages/Meeting Log (Page Template).md similarity index 100% rename from templates/3 - Pages/Meeting Log (Page Template).md rename to templates/Pages/Meeting Log (Page Template).md diff --git a/templates/Pages/Monthly Note (Page Template).md b/templates/Pages/Monthly Note (Page Template).md new file mode 100644 index 0000000..b099919 --- /dev/null +++ b/templates/Pages/Monthly Note (Page Template).md @@ -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 diff --git a/templates/Pages/Music Lessons (Page Template).md b/templates/Pages/Music Lessons (Page Template).md new file mode 100644 index 0000000..76a766c --- /dev/null +++ b/templates/Pages/Music Lessons (Page Template).md @@ -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 diff --git a/templates/Pages/Obsidian Office Hours (Page Template).md b/templates/Pages/Obsidian Office Hours (Page Template).md new file mode 100644 index 0000000..fb1457b --- /dev/null +++ b/templates/Pages/Obsidian Office Hours (Page Template).md @@ -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 diff --git a/templates/Pages/Project (Page Template).md b/templates/Pages/Project (Page Template).md new file mode 100644 index 0000000..50be41b --- /dev/null +++ b/templates/Pages/Project (Page Template).md @@ -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:: diff --git a/templates/Pages/Starter Note (Page Template).md b/templates/Pages/Starter Note (Page Template).md new file mode 100644 index 0000000..d82ca1c --- /dev/null +++ b/templates/Pages/Starter Note (Page Template).md @@ -0,0 +1,11 @@ +<% tp.file.include('[[Frontmatter (Section Template)]]') %> + +# <% tp.file.title %> + +<% tp.file.cursor() %> + +--- + +## 📇 Additional Metadata + +- <% tp.file.include('[[Type (Attribute Template)]]') %>:: \ No newline at end of file diff --git a/templates/3 - Pages/Page — Tasks.md b/templates/Pages/Tasks (Page Template).md similarity index 100% rename from templates/3 - Pages/Page — Tasks.md rename to templates/Pages/Tasks (Page Template).md diff --git a/templates/Pages/Weekly Note (Page Template).md b/templates/Pages/Weekly Note (Page Template).md new file mode 100644 index 0000000..e27242f --- /dev/null +++ b/templates/Pages/Weekly Note (Page Template).md @@ -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 diff --git a/templates/2 - Sections/About (Section Template).md b/templates/Sections/About (Section Template).md similarity index 100% rename from templates/2 - Sections/About (Section Template).md rename to templates/Sections/About (Section Template).md diff --git a/templates/2 - Sections/Agenda (Section Template).md b/templates/Sections/Agenda (Section Template).md similarity index 100% rename from templates/2 - Sections/Agenda (Section Template).md rename to templates/Sections/Agenda (Section Template).md diff --git a/templates/Sections/Backmatter (Section Template).md b/templates/Sections/Backmatter (Section Template).md new file mode 100644 index 0000000..17599b7 --- /dev/null +++ b/templates/Sections/Backmatter (Section Template).md @@ -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:: diff --git a/templates/Sections/Daily Review Ritual (Section Template).md b/templates/Sections/Daily Review Ritual (Section Template).md new file mode 100644 index 0000000..7e3b4c6 --- /dev/null +++ b/templates/Sections/Daily Review Ritual (Section Template).md @@ -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 \ No newline at end of file diff --git a/templates/2 - Sections/Footer — Manifest — Section Template.md b/templates/Sections/Footer — Manifest — Section Template.md similarity index 100% rename from templates/2 - Sections/Footer — Manifest — Section Template.md rename to templates/Sections/Footer — Manifest — Section Template.md diff --git a/templates/Sections/Frontmatter (Section Template).md b/templates/Sections/Frontmatter (Section Template).md new file mode 100644 index 0000000..518dc63 --- /dev/null +++ b/templates/Sections/Frontmatter (Section Template).md @@ -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") %> +--- \ No newline at end of file diff --git a/templates/2 - Sections/Miscellaneous (Section Template).md b/templates/Sections/Miscellaneous (Section Template).md similarity index 100% rename from templates/2 - Sections/Miscellaneous (Section Template).md rename to templates/Sections/Miscellaneous (Section Template).md diff --git a/templates/2 - Sections/Notes (Section Template).md b/templates/Sections/Notes (Section Template).md similarity index 100% rename from templates/2 - Sections/Notes (Section Template).md rename to templates/Sections/Notes (Section Template).md diff --git a/templates/2 - Sections/Participants (Section Template).md b/templates/Sections/Participants (Section Template).md similarity index 100% rename from templates/2 - Sections/Participants (Section Template).md rename to templates/Sections/Participants (Section Template).md diff --git a/templates/2 - Sections/Queue (Section Template).md b/templates/Sections/Queue (Section Template).md similarity index 100% rename from templates/2 - Sections/Queue (Section Template).md rename to templates/Sections/Queue (Section Template).md diff --git a/templates/2 - Sections/Resources (Section Template).md b/templates/Sections/Resources (Section Template).md similarity index 100% rename from templates/2 - Sections/Resources (Section Template).md rename to templates/Sections/Resources (Section Template).md diff --git a/templates/2 - Sections/Retrospective (Section Template).md b/templates/Sections/Retrospective (Section Template).md similarity index 100% rename from templates/2 - Sections/Retrospective (Section Template).md rename to templates/Sections/Retrospective (Section Template).md diff --git a/templates/Sections/Save Point Ritual (Section Template).md b/templates/Sections/Save Point Ritual (Section Template).md new file mode 100644 index 0000000..6e4340f --- /dev/null +++ b/templates/Sections/Save Point Ritual (Section Template).md @@ -0,0 +1,6 @@ +- [ ] 💾 #i/practiced/save-point-protocol + - [ ] Habit: Drink water + - [ ] Silence (1 min) + - [ ] Update timeline as needed + - [ ] Reflect on this morning + - [ ] 回光返照 diff --git a/templates/Sections/Shutdown Ritual (Section Template).md b/templates/Sections/Shutdown Ritual (Section Template).md new file mode 100644 index 0000000..c52466d --- /dev/null +++ b/templates/Sections/Shutdown Ritual (Section Template).md @@ -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 diff --git a/templates/Sections/Startup Ritual (Section Template).md b/templates/Sections/Startup Ritual (Section Template).md new file mode 100644 index 0000000..f6fa104 --- /dev/null +++ b/templates/Sections/Startup Ritual (Section Template).md @@ -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 diff --git a/templates/2 - Sections/Summary (Section Template).md b/templates/Sections/Summary (Section Template).md similarity index 100% rename from templates/2 - Sections/Summary (Section Template).md rename to templates/Sections/Summary (Section Template).md diff --git a/templates/2 - Sections/Tasks (Section Template).md b/templates/Sections/Tasks (Section Template).md similarity index 100% rename from templates/2 - Sections/Tasks (Section Template).md rename to templates/Sections/Tasks (Section Template).md diff --git a/templates/2 - Sections/Training (Section Template).md b/templates/Sections/Training (Section Template).md similarity index 100% rename from templates/2 - Sections/Training (Section Template).md rename to templates/Sections/Training (Section Template).md diff --git a/templates/Snippets/Event (Snippet Template).md b/templates/Snippets/Event (Snippet Template).md new file mode 100644 index 0000000..0642f35 --- /dev/null +++ b/templates/Snippets/Event (Snippet Template).md @@ -0,0 +1 @@ +[[<% tp.file.cursor() %> on <% tp.date.now() %>]] \ No newline at end of file diff --git a/templates/Snippets/Success Criteria (Snippet Template).md b/templates/Snippets/Success Criteria (Snippet Template).md new file mode 100644 index 0000000..fa7882a --- /dev/null +++ b/templates/Snippets/Success Criteria (Snippet Template).md @@ -0,0 +1 @@ +🎯 Success Criteria \ No newline at end of file diff --git a/templates/Snippets/Sync with (Snippet Template).md b/templates/Snippets/Sync with (Snippet Template).md new file mode 100644 index 0000000..0528ecb --- /dev/null +++ b/templates/Snippets/Sync with (Snippet Template).md @@ -0,0 +1 @@ +[[Sync with <% tp.file.cursor() %> on <% tp.date.now() %>]] \ No newline at end of file