How to find a list of notes dated within a fixed period relative to the current date? - Basement - Obsidian Forum
What I’m trying to do I am trying to write a query that will turn out notes that look back over a fixed period relative to the current date. For example, I’d like a note that brings up only the last two weeks of my daily notes, or the last month. I don’t know how to reference the current date variable, let alone put a comparator and a date range in a search query. Things I have tried learning about search syntax from Obsidian Help files experimenting searching this forum
LIST
WHERE date(today) - file.mday <= dur(7 days)