Dataview plugin snippet showcase

Hi, If the name of your daily note is the today date, you could use:

.where(p => p.file.ctime.toFormat('yyyy-MM-dd') == dv.current().file.name)

As @dryice said, to keep the dataview table static you need to convert the dataview table to a Markdown table, you could use Dataviewjs script for creating Markdown table. Then copy the table at the end of the day. I think there is not an automatic solution for this.

I shared a snipped a few days ago that could be useful to you, you can find it here:

2 Likes