First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
Below are the instructions for Habit Tracker 21. Over 5000 people have downloaded it, so it must work. I think I should use Dataview to locate the tracker on my daily and monthly notes. How would I do that? See Zoreet’s instructions below.
Habit Tracker 21
Introducing “Habit Tracker 21,” an innovative plugin designed specifically for Obsidian. Have you ever wanted to develop new habits but struggled to keep yourself accountable? This plugin is your perfect solution.
“Habit Tracker 21” is built on the principle that it takes 21 days to form a new habit. With this tool, tracking your habits becomes a seamless process. It allows you to monitor your progress, providing a clear visualization of your commitment and consistency. It’s a great way to motivate yourself as you see the habits you’re forming over time.
How it works
- Create a folder for all your habits, e.g.
Habits
- Create empty files inside that folder for each habit you want to track
- Enable the habit tracker UI by pasting the following code in your
.md
file:
```habittracker
{
"path": "Habits/"
}
Make sure to specify the path you're using. You can point to one habit, or all habits that contain that path (including subfolders);
## Parameters
* **path** *[mandatory]*: a string containing a path to a folder or specific habit (aka .md file)
* **lastDisplayedDate** *[optional]*: the date that is displayed in the chart
* format: `"YYYY-MM-DD"`
* defaults to today
* example settings
`{ "path": "Habits/", "lastDisplayedDate": "2023-12-27" }`
* **daysToShow** *[optional]*: how many dates to display in the chart
* default: `21``{ "path": "Habits/", "daysToShow": "31" }`
## Example

### What I'm trying to do
<!-- Below this line, describe what you're trying to accomplish so the community can help you find the best solution. -->
### Things I have tried
Looked up Dataview on the web.
```dataview
LIST
FROM "Habits"
This looks like what I need something like this with the most recent date.
I also need to be able to enter the habit in the notes which exist insider the Habits folder.
I think I need some internal link between my daily note template for templater and the file where the data is enter. That is a notes where a specific habit that I am tracking possibly registers the habit for the day.
I wish Zoreet would provide some use cases for his application. It looks very good, but I am forever a beginner with Obsidian and I cannot use the app with the instructions that is given. Also, there is no mention of instructions elsewhere.
If anyone could help Zoreet, I would appreciate it.
Thanks,
Ellen Madono