Backups of my Obsidian templates. These templates use the Templater community plugin.
A template for creating an end-of-week wrap-up note, pulls weekly goals in from my main Goals list.
A template for inserting a usable pomodoro timer into other notes.
My template for the Daily Templates plugin. Provides prompts to organize my day first thing each morning with embedded blocks from primary Reading, To-Do, and Goals notes, pulls my agenda from gcal, and has space to take notes throughout the day.
A template for inserting into my master goals, task, and reading lists each day where I can pull down items I'm planning to do/read, added on daily note creation with the insert_subtemplate
script below. These then get automatically embedded into the Daily template.
This script automatically inserts an arbitrary subtemplate inside of another note under a specified heading.
As part of my daily flow, I add to-do and reading lists for the day inside of my overall lists. These individual daily lists have autogenerated block anchors that get embedded in my daily note. I use this as a user function that executes upon daily note creation to add those daily subtemplates inside of those lists under the "Daily" heading.
Templater does not have the Business
Moment.js plugin, so these provide the previous Friday when the day is Monday, and the next Monday when the day is Friday.
Adds the emoji closest the the actual current moon phase. Borrowed and adapted from @wheresalice's post in the Templater Showcase.