Rahul Kashyap wrote: > > Hi Mat, > > Thanks for reply. I tried your method but, it caused "maximum stack call" > error. >
The thing is that what I wrote is not a complete solution, I was only pointing out a few probably issues with your code. To really solve it one has to look at the macro you want to use. But, OK, I had a very quick look at the details macro <https://kookma.github.io/TW-Shiraz/#demo%2Fdetails%2Fdetails-macro> and I think you can do this: \define call-details() <<details sum:"$(sum)$" src:"$(src)$" status: "$(status)$" class:"$(class)$" style:"$(style)$">> <$list filter="[tag[my_tag]]"> <$set name=sum value=....> <$set name=src value=...> ...etc with SetWidgets... <<call-details>> </$set> </$set> </$list> It is not clear how your tiddlers tagged my_tag contain their data so I can't say how the data is extracted so that sum, src etc get their values, but is might be the title of the tiddler, in which case you do value={{!!title}} or perhaps the text of the tiddler in wihch case it'd be value={{!!text}}, or some other field. Obviously, whatever you feed the parameters must be in the format that the details macro expects. I have not investigated that macro so I can't talk about it. I think it is Mohammads macro. Regarding posting here only because it has to do with the ListWidget - no, it doesn't make sense because there are thousands of questions involving the listwidget. It is a very important and common widget. So next time, or perhaps even this time, start/continue with a new thread. <:-) -- 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/4b1c3fcc-4c5f-44f2-9bc9-549130a089e4%40googlegroups.com.

