Hi All -
I am trying to write a query to pull up every note I created today but I am having no luck. For example, from my index page and my daily note I would like to have a list of notes that I created today.
Any help you could provide is greatly appreciated.
Here’s what I have - it’s giving me a collection is nil error currently. So I assume I have a variable wrong?
${template.each(query[[from page where created == date.today]], templates.pageItem)}```