For my daily journal, I want to use the Note-Overview Plugin to list all of my open To-Dos that are due in the next days.
From the search documentation, I can see that it's possible to search for To-Dos that have a due date relative to the (current) day.
-due:day+7 will return all todos which are due or will be due in the next seven days.
-due:day-5 searches all todos that are overdue for more than 5 days.
However, this is only relative to the current day.
Consequently, this will also update all older journal entries when updating the overview.
Now, I know that it's possible to set the update: manual
flag in note overview, but it would be even better, if it was possible to specify the base for the relative search (e.g., something like 2024-01-07:-7
).
Is this possible?