Hello everyone
I am trying to write a very simple filter to find all the tiddlers the titles of which are prefixed by todays date.
The following works as expected
[all[]]-[!prefix[2025-02-17]]
But when I use the now Macro
[all[]]-[!prefix[<now YYYY-0MM-0DD>]]
it does not return any matches.
What am I doing wrong?
Cheers, Rob