Hi!
I'm trying to figure out a filter expression to show me the tiddlers with a custom date-field, which is populated by the date-picker plugin, that is either matching today's date or any past dates (or the last 100 days or so). I want to show those tiddlers in a table using TiddlyTables or Dynamic tables by Shiraz.
I've looked into the days operator but had no luck.
[days:field[0]] gave me correctly only the tiddlers matching today's date. But if I input any number, for example [days:field[3]], I still get the tiddler with the timestamp of yesterdays date, or [days:field[-3]], I also get the tiddler with the timestamp of tomorrows tiddler. Combining days filter runs also didn't bring success .
How can I achieve this?
Thank you!