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.
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 atag
in it. Iftag
is missing, such as(12)
, a default tagโ๏ธ
is given to that day. -
[width: css_width]
: Restrict the Month-view table tocss_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โ