jayandoh135 downloadsYet another chill habit tracker. Embed it in your notes or open it from the sidebar, and export your data!
Track your habits directly inside of Obsidian. Your habits and logs are all stored locally within the plugin's data, and is easily exportable to another Obsidian vault.
![]()
There are two ways to display the habit tracker:
Clicking the habit tracker ribbon or running the Open habit tracker command will open the habit tracker tab:
Adding the codeblock:
```habit-tracker
```
to any note will embed an interactive habit tracker.
The number of consecutive completed days are displayed next to each habit name, counting backward from today.
Click the + button or run the "Add habit" command to add a new habit. Click any habit name to edit it, rename it, or archive it. Archived habits are hidden from the tracker by default but can be shown via settings.
Export all habits and logs to a JSON file from the settings tab. Import a previously exported file with two options:
| Setting | Description |
|---|---|
| Date window size | Number of date columns to display (default: 30) |
| Date format | Format for column headers, e.g. M-D (default: M/D) |
| Show archived habits | Include archived habits in the tracker view |
| Export data | Download all habits and logs as a JSON file |
| Import data | Import habits and logs from a JSON file |