I'd probably use ForEachTiddlerPlugin* for that:
---------------
<<forEachTiddler
where 'tiddler.tags.contains("people")
&& tiddler.tags.contains("new")'
>>
---------------
> I remember seeing something like <<filter list tags>> but I can't find
> it again.
I believe the new filter syntax (e.g. "[tag[people]]") works only on
DefaultTiddlers for the moment - i.e. there's no macro like that yet.
HTH.
-- F.
> <<tagging people+new>>
I'd probably use ForEachTiddlerPlugin* for that:
---------------
<<forEachTiddler
where 'tiddler.tags.contains("people")
&& tiddler.tags.contains("new")'
>>
---------------