Yes I also did that but it should list more than only the GettingStarted tiddler. Further more I don't think it's an issue with the filter syntax because if I use the same filter syntax with the listwidget, I get a big blob of all the relevant tiddlers I'm interested. (see below)
<$list filter="[is[shadow]!sort[title]]"> After trying a variety of approaches, I ended up back on using list-links macro as follows: <<list-links filter:"[is[shadow]!sort[modified]]">> This has the advantage of sorting the list by the date modified, but it doesn't show the date and group which tiddlers were modified when like the timeline macro does. Perhaps there is a different approach. - Mark Kerrigan On Saturday, February 1, 2020 at 3:12:22 PM UTC-8, Mat wrote: > > Mark Kerrigan wrote: >> >> Thanks, but it still doesn't seem to work. I'm using the following syntax >> >> <<timeline subfilter:"is[shadow]sort[title]" format:"DD MMM YYYY">> >> >> It is not clear what "it doesn't work" means but if you test this on > tiddlywiki.com , you can see that it does work there (one single tiddler > as filter output) - i.e it does work. So if you mean that you, for example, > get no result showing then this might mean that you don't have any tiddlers > qualifying. > > <:-) > -- 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/0fc0d6e3-a575-4adc-aa1d-8c4e2c6557fc%40googlegroups.com.

