I want a filter expression to return tiddlers between two sets of dates.
I looked around the internet, there are no normal solutions to this I could find - but most discussions were extremely old.
I see that I can get a list of tiddler creation dates using the relatively new “compare” filter.
[get[created]compare:date:gteq[20230212]compare:date:lteq[20230218]]
However, after I do this, I just have a list of creation dates.
if I could somehow do [created[each of them]], that would be great.
Can someone help out?
Note: I know that I can do tiddlers relative to the current day. I don’t want the set of tiddlers returned to change every day. It must be between two dates, this can’t possibly be an unsolvable problem.
Thanks in advance.
-qq