We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Loading data by using dataview method? would help people create a Habit tracker easily.
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:
to load one month's data.
to load whole year's data.
And for those different name's dailynote
using
for Month
And
for year. And use YYYY-MM-DD as default.
The text was updated successfully, but these errors were encountered: