<aside> <img src="/icons/brightness-high_blue.svg" alt="/icons/brightness-high_blue.svg" width="40px" /> Habits
Manage your habits.
</aside>
<aside> <img src="/icons/checkmark_blue.svg" alt="/icons/checkmark_blue.svg" width="40px" /> Habit Tacker
Track your everyday habits.
</aside>
<aside> <img src="/icons/chart-area_blue.svg" alt="/icons/chart-area_blue.svg" width="40px" /> Chart
Make Sure to use Properties of Chart in Chartbase, I’ve specially added these for better experience.
</aside>
Guide:
<aside> <img src="/icons/code_green.svg" alt="/icons/code_green.svg" width="40px" /> Progress Property Guide
If your progress property is not working, You have to modify your “Progress” Property in Habit Tracker Database (Just this one “Progress”, every other progress will fall in place with this)
by changing its formula code to according to your current checklist:
( (prop("your task") ? 1 : 0) + (prop("your task") ? 1 : 0) + (prop("your task") ? 1 : 0) + (prop("your task") ? 1 : 0) ) / ‘number of tasks’
It should look something like this:
( (prop("Study") ? 1 : 0) + (prop("Workout") ? 1 : 0) + (prop("Read") ? 1 : 0) + (prop("Meditate") ? 1 : 0) ) / 4
</aside>
Feel free to change this template according to yourself and If you have any questions, DM me.