Productivity Supercharged
- 2023-02-06
- 12:43
🎵 Music: SAMURAI (Refused) - Never Fade Away
I looked deeper into User Scripts in Templater and now my personal mood tracker is actually usable on mobile.
I used the Buttons plugin to insert a Markdown table row with the cells prompting for input in the Mood
, Reason
, and Tag
cells.
I have a set of emoji and file tags that I use specifically for my mood tracker. I added them to script functions that output arrays to use in Templater's tp.system.suggester
.
In the end, my mood tracker looks like this:
Date & Time | Mood | Reason | Tag |
---|---|---|---|
2023-02-06 12:49 | 🤓 | Wrote scripts to supercharge my performance! | #mood-smart |
2023-02-06 13:20 | 😄 | Added more CSS to the site! | #mood-happy |
I am using tags that start with mood-*
so that I can eventually create a charts at the end of each month (or year) that tracks my overall mental health. It's gonna be fuckin' lit. 😃
I think I'm going to treat myself to a bubble bath now 😍
Oh, and apologies to those who follow via RSS. The above table didn't render properly for me on NetNewsWire, and I'm not bothered enough to fix it. I won't use tables in my posts very often, so this is a non-issue for me.
Edit: (2023-02-06 13:29) Notice about the RSS not rendering.