-
Notifications
You must be signed in to change notification settings - Fork 22
Import From Existing Setup
Henry Zhu edited this page Oct 2, 2024
·
1 revision
Open page /gui/import
from the menu to import your habits:
The native format of Beaver Habits is also used for exports.
Example:
{
"exported_at": "2024-10-01 17:40:40",
"habits": [
{
"name": "Call mom",
"records": [
{"day": "2024-08-28", "done": true},
{"day": "2024-08-29", "done": true}
],
"id": "9afbe7",
"star": true
}
]
}
Import from other habit tracker apps, e.g uhabit(Loop Habit).
Example: Checkmarks.csv
Date,Call mom,Order pizz,Running,Clean,
2024-01-22,-1,-1,-1,-1,
2024-01-21,2,-1,-1,-1,
2024-01-20,2,-1,-1,-1,
2024-01-19,2,-1,-1,-1,
2024-01-18,-1,-1,-1,-1,
2024-01-17,2,2,-1,-1,
2024-01-16,-1,-1,-1,-1,
2024-01-15,2,-1,-1,-1,
2024-01-14,2,-1,-1,-1,
2024-01-13,-1,-1,-1,-1,
2024-01-12,2,-1,-1,-1,
2024-01-11,-1,-1,-1,-1,