How can I make a list that contains a tag in calendar notes? Example:
Every day has a tag called #DiaryWord
I’m trying to do this but don’t show me the content
list #DiaryWord
where file.ctime.year = 2023
where file.ctime.month = 8
where file.name != "Rutina"
sort file.name ascending
Thanks