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">>

- Mark Kerrigan


On Thursday, January 23, 2020 at 7:36:40 PM UTC-8, Joshua Fontany wrote:
>
> 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/2c67584b-a88c-411a-b78d-ce89b306faac%40googlegroups.com.

Reply via email to