What I’m trying to do
I would like to see, in a calendar view, how often I do a think (such as read). Not how much or how long, they ‘yes/no’.
I’d like the data to be fed from my daily note.
Things I have tried
table without id file.name as "Date",
Activities.Read as "read"
from "Daily Notes"
where Activities.Read = "Yes"
sort file.name asc
Shows no results although I do have the below in my daily note
Activities
- Read: Yes
- Workout: Yes
- Meditated: No