duoani / obsidian-habit-tracker

This plguin for Obsidian creates a simple month view for visualizing your punch records.
MIT License
50 stars 9 forks source link

[Feature Request] Support Data load from YAML Front Matter #1

Open Quorafind opened 3 years ago

Quorafind commented 3 years ago

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.

duoani commented 3 years ago

The author of obsidian-dataview seems to get this hard work done! That is, Calendar view. You can watch the Roadmap below.

https://github.com/blacksmithgu/obsidian-dataview#roadmap

Look forward to it.