HI ,
how can i list the titles of all tiddlers with a field value greater than a certain date
<$list filter ="[tag[task]get[endd]compare:date:gt[20230402220000000]]">
i can do this , but it returns the date values stored in the tiddlers matching, how can i list the tiddlers, how can i get the titles to pass in another filter
thanks