Awesome. I’ll test this on my TW Groceries, too.
I’m currently messing about with filters and documenting my walk through of set up.
e.g. The default filter at $:/config/feeds/filter
is basically everything that isn’t a system tiddler:
[!is[system]limit{$:/config/feeds/maxItems}]
For me, this is my filter of non system tiddlers tagged with Notes
or Journal
in reverse chronological order:
[!is[system] [tag[Notes]] [tag[Journal]] +[limit[25]] +[!sort[created]]
I have this filter pulled out into a tiddler for experimenting, the limit is at $:/config/feeds/maxItems
As always, I’m basically a TW filter noob, so don’t look too closely at my filters