Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Quorafind opened this issue Jun 19, 2021 · 1 comment
Open

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

Quorafind opened this issue Jun 19, 2021 · 1 comment

Comments

@Quorafind
Copy link

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
Copy link
Owner

duoani commented Jun 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants