You can't drop a macro into wiki text like that, unfortunately. You might be able to make a macro that would "glue" the two together.
But it's probably easier to just use the <$image> widget. So something like: <$list filter="[tag[png]] [tag[jpg]] [tag[gif]]"> <$image width="128px" source=<<currentTiddler>>/> </$list> Good luck! -- Mark On Monday, June 18, 2018 at 5:52:24 AM UTC-7, Mohammad wrote: > > I have few tens images in a TW 5.1.18-preresale > I want to list all of them in a tiddler so I did as below > > > <$list filter="[tag[png]] [tag[jpg]] [tag[gif]]"> > [img width="128px"[<<currentTiddler>>]] > </$list> > > > > > but it does not work, what is the problem? > > /Mohammad > -- 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/f9b2f401-ca1b-4444-9e24-2287dbb5ce3d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

