As part of Notes in only one place and Write it down to solve it I started using this resource with Obsidian.
It is working well for me. Good to have an easy place to dump my thoughts and craziness.
On Dec/2024 this was my template, it changes a lot depending on what I’m trying to achieve. I use the plugin templater
# <% tp.file.title %>
# Day planner
- [ ] Check [[Focus Techniques]]
- [ ] Define your three [[MITs]] of the day
- [ ] 09:00 - 09:10 Planning early checkup
- [ ] 15:50 - 16:00 Como foi seu dia?
## Tasks
#### Over Due
```tasks
not done
due before <% tp.date.now("YYYY-MM-DD") %>
path does not include Templates
```
### In progress
```tasks
not done
has start date
due on or after <% tp.date.now("YYYY-MM-DD") %>
starts on or before <% tp.date.now("YYYY-MM-DD") %>
```
#### Due Today
```tasks
not done
due on <% tp.date.now("YYYY-MM-DD") %>
path does not include Templates
```
## Daily Check List
### How am I feeling today?
### How was my day?
# Done Today
```tasks
done on <% tp.date.now("YYYY-MM-DD") %>
path does not include Templates
```