also see: https://tiddlywiki.com/#compare%20Operator:%5B%5Bcompare%20Operator%5D%5D%20%5B%5Bcompare%20Operator%20(Examples)%5D%5D%20%5B%5Bfilter%20Operator%5D%5D%20%5B%5Bfilter%20Operator%20(Examples)%5D%5D
-m On Monday, May 17, 2021 at 1:05:01 PM UTC+2 PMario wrote: > Hi, > Try this > > <$list filter="[all[tiddlers]!is[system]] > :filter[get[modified]compare:string:gt[20210423]compare:string:lt[202105]]"><$link > > /><br></$list> > > [all[tiddlers]!is[system]] ... gives you all tiddlers > :filter[ ... uses a subfilter run that is used to limit the results, but > it will give back the titles instead of the modified field. > get[modified] ... reads the modified field > compare:string:gt[20210423] ... Will give _all_ tiddlers that have been > created after April 23 this year > compare:string:lt[202105] ... Will give you all tiddlers that have been > created befroe May this year. > ] ... closes the :filter[ > > hope that helps > mario > > On Monday, May 17, 2021 at 10:53:02 AM UTC+2 Jon wrote: > >> Hi, >> >> I've got this to list tiddlers modified on this date: >> >> <$list filter="[field:modified/^20210517/!is[system]]"> >> >> What do I need to give a list between two dates? >> >> Thanks >> Jon >> > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b058f176-7c81-40e7-b2d1-84714679cbfan%40googlegroups.com.

