I was struggling with $transclude so kind of gave up. Thanks for pointing be back in the right direction!
The trick for me was having the mode parameter set to "block. I also wanted the title for each and it turns out that's as easy as using another $transclude macro with field="title". I also learned that whitespace is important and putting newlines between things worked much better. So it's just something like... <$list filter='[tag[MyTag]]'> <h3><$transclude field="title" /></h3> <$transclude display="block" /> </$list> I *knew* it should be easy! :) Thanks again. Jack On Friday, January 4, 2019 at 2:02:13 PM UTC-5, Jed Carty wrote: > > You are looking for the list widget. > > If you have a tag called MyTag than you would use this > > <$list filter='[tag[MyTag]]'> > > <$transclude/> > > </$list> > > I wrote some introductory documentation for this, but I never got around > to really finishing it. You can see what I have here: > http://inmysocks.tiddlyspot.com/#Learning%20TiddlyWiki > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8bb7c32c-d5f5-40b6-bc73-7b1e5542c53f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

