First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
Things I have tried
What I’m looking for is every time I complete a task throughout the day it automatically adds an uptick value to a yaml property by 1. Start at 0 then say I Read and mark that as True. When I mark that as done it would change the yaml property from 0 to 1. If I complete a Task that I have set for work, once it’s marked Completed, it would change that yaml property to 2. So on and so forth throughout the day.
Here is what I would like for my heat map. I just don’t know how to code it.
Productivity = (Habit Status = “True”) + (Daily Tasks = “Completed”)
Where Habit Status is a YAML property and each “True” is a uptick by a value of 1
Each Daily Task “Completed” is an uptick by a value of 1
Productivity =>10 = 5
=<10 = 4
=<5 = 3
=<3 = 2
=<2 = 1
Heat map uses the Productivity number to color code intensity number of 1 - 5