Habit Tracker - A simple (and crude) plugin to record your daily habits

Hello, I just published a very simple plugin for habit recording.

This plguin for Obsidian creates a simple month view for visualizing your punch records.

screemshot

To show the view above, just create a code block and type:

```habitt
[month:2021-06]
(1,๐Ÿ’ฎ)(2,๐Ÿ’ฎ๐Ÿ’ฎ)(3)(5)(6)(7)(9, โšฝ)(10, ๐Ÿ„)(12)(18,๐Ÿ’ฎ๐Ÿ’ฎ๐Ÿ’ฎ)(22,๐Ÿ†)(28,Pass) 
```
  • [month:YYYY-MM]: Which month to display
  • (date_num, tag): The day (date_num) you want to punch in, with a tag in it. If tag is missing, such as (12), a default tag โœ”๏ธ is given to that day.
  • [width: css_width]: Restrict the Month-view table to css_width, such as [width: 50%], [width: 500px]

Installation

If you like this plugin, you can install it via the Community Plugins tab within Obsidian. Just search for โ€œHabit Trackerโ€

3 Likes

This is really helpful, thanks!

Glad you like it!

1 Like

great plugin,

It would have been awesome if the daily entries could be linked with [[name]] like everything else in Obsidian

Sorry, Iโ€™m afraid not at this stage.