<aside>
<img src="/icons/checklist_purple.svg" alt="/icons/checklist_purple.svg" width="40px" /> H A B I T T R A C K E R
Habit tracker
</aside>
<aside>
<img src="/icons/checklist_purple.svg" alt="/icons/checklist_purple.svg" width="40px" /> H A B I T T R A C K E R
Habit tracker
</aside>
<aside>
💡 How to use this Template:
</aside>
How to Track Habits
- Creating Entries:
- Navigate to the database and switch to the calendar view.
- Select the current day and click on the plus sign to create a new entry.
- Choose the template for the day (e.g., Friday).
- You can now enter your habits directly in the provided field, or return to the table view to select your habits from there.
- Notice that the template automatically inserts the date into the database from the calendar view.
- As you click on your habits, the progress bar will update accordingly.
Adding a New Habit
- It's Simpler Than It Looks:
- First, switch to the table view.
- Click on the plus sign at the top column on the right to create a Checkbox Property, or duplicate an existing habit and then rename it to your desired habit.
- Next, go to Formula → Edit Property → Formula Edit.
- Here, you'll see a list of code representing your habits.
- Continue the chain of habits by adding a plus sign (+) after the last habit.
- Create a new line and write
toNumber(prop("Your New Habit"))
.
- Lastly, adjust the formula to account for the total number of habits. For example, if the original formula was
)) / 5) / 1000
, and you're adding one new habit, change it to )) / 6) / 1000
to calculate the average progress of your habits. If adding two more habits, it would become )) / 8) / 1000
.
This step-by-step tutorial is designed to make the process of tracking and adding habits straightforward, ensuring users can effectively manage their habit tracking within their customized system.