Index →
Get Started—Easy Mode
<aside>
💡
Easy Mode uses only the database. It lets you track your daily habits with simple checkboxes, though without monthly or yearly reporting features.
</aside>
1. Access the database
- Find the 4 existing checkbox properties at the top of the database
- Click each property name to customize it - you can change both the name and icon to match the habits you want to track
2. Track more than 4 habits
- You can track as many habits as you wish. To add a new habit, simply click
+
to add a new column (aka, a property). Give it the name of your habit (e.g., Surf) and an icon.
- Update the Daily completion formula
-
Click any item’s Daily completion to open the formula editor
-
Paste the following code in the first part of the formula, just after the three parenthesis
toNumber(prop("Surf")) +
- Delete Surf and select your new habit from properties panel in the bottom-left (it should then appear with a grey background)
-
Update the divider, aka the last number in the formula. If it was 4, update it to 5.
3. Delete the unnecessary
- Delete the database (click the
•••
at the top-right of the page → Move to trash
)
- Delete the database (same process)
- Go to the database
- Delete the Month property
- Delete the dummy data
4. Start using the template
- Add a new row for each new day and track your habits with the checkboxes
- Check the Chart to follow your progress over the time
- Extra tips