obsidian-habit-tracker icon indicating copy to clipboard operation
obsidian-habit-tracker copied to clipboard

[Feature Request] Support Data load from YAML Front Matter

Open Quorafind opened this issue 3 years ago • 1 comments

WHY

Loading data by using dataview method? would help people create a Habit tracker easily.

HOW

Like I added a inline variable in my dailynote:

Var1:: 😃

And it will be nice make data autoload by using codeblock like this:

[month:2021-06]
TrackVar: Var1

to load one month's data.

[year:2021]
TrackVar: Var1

to load whole year's data.


And for those different name's dailynote using

[month:YYYY-MM-DD]
Month: 6
TrackVar: Var1

for Month

And

[year:YYYY_MM_DD]
Year: 2021
TrackVar: Var1

for year. And use YYYY-MM-DD as default.

Quorafind avatar Jun 19 '21 10:06 Quorafind