I would like dataview to give me a summary of certain tasks in my daily notes. I want a table that lists the various tasks, and whether or not they have been checked off as done. This is for habit-tracking.
For instance, I want a list of various habits across the top, then a list of dates followed by an indicator of whether the task was checked or not.
Things I have tried
This works when I put in daily notes
yoga::
walk::
with the query:
table yoga, walk
from "daily"
sort file.name desc
But I want these to be checkboxes in the form of - [ ]
I’m only 3 days into Obsidian so consider me clueless. I have read the Dataview page on inline variables, but I am still baffled.
What I’m trying to do