Hi!

1) It is a "subfilter" so does not need the wrapping `[]`. Note, this will 
cause slightly different behavior based on how the <<timeline>> macro uses 
the subfilter. The effect seems to be that all system tiddlers (starting 
with $:/) are removed before rendering with <<timeline>>.

2) From the `is[]` operator docs:

And when is[shadow] comes first, it outputs only those shadow tiddlers that 
have been overridden. This is because the initial input to a run 
<https://tiddlywiki.com/#Filter%20Expression> contains only *non*-shadow 
tiddlers. The all <https://tiddlywiki.com/#all%20Operator> operator is 
similar, but its scope is the whole wiki.

so all you need is: `*is[shadow]sort[title]*`

Best,
Joshua F


On Thursday, January 23, 2020 at 11:04:17 AM UTC-8, Mark Kerrigan wrote:
>
> Hello
>
> I use the following to create a tiddler of all modified shadow tiddlers.
>
> <<list-links filter:"[is[tiddler]is[shadow]sort[title]]">>
>
> But I would also like to be able to generate a timeline that only includes 
> these tiddlers. But if I use the same filter syntax in the timeline macro I 
> get nothing.
>
> <<timeline limit:30 subfilter:"[is[tiddler]is[shadow]sort[title]]" format:"DD 
> MMM YYYY">>
>
> Anyone have a way to lead me in the right direction?
>
> Thanks
> Mark Kerrigan
>

-- 
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/66d86782-fe22-4e7c-b50e-d7010bc17a05%40googlegroups.com.

Reply via email to