I’m very new to Dataview and I have a question about this.
I’d like to create a template where my Daily note shows me the files I’ve worked on today. What I want to know is - if I use WHERE date(now), will that keep updating and changing? So if it’s run on yesterday’s note, will it update and then show what’s edited today? Or will it continue to show what was edited yesterday?
In other words, do I need to set the WHERE bit relative to a specific date that’s pulled from “today”? Or will date(now) work to set the date so it doesn’t keep updating as time moves forward? Thanks!