[tw] Re: Broken with macro calls

2018-02-22 Thread TonyM
Ian, In some similar work in the mymenus plugin I simply used two list as follows; Psuedo code Add th here <$list filter <$list filter <> Leaving responcibility for table formatting out of a macro allows that macro to be used in otherways as a global macro. And also if you want

[tw] Re: Broken with macro calls

2018-02-22 Thread Iain
Thanks for the advices. I ended up rewriting and having the macro generate the complete . Turned out to be a better solution anyway, making my whinging a little hollow :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: Broken with macro calls

2018-02-22 Thread Stephan Hradek
Why not let the macro return the full row? \define makerow(i) <> \end \define XXX() 1 <$list filter="[tag[ActionWidgets]]"> <$macrocall $name="makerow" i=<>/> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: Broken with macro calls

2018-02-21 Thread 'Mark S.' via TiddlyWiki
As a starter, there's an error in your macro. It should be "$i$", not "$i". Good luck! -- Mark On Wednesday, February 21, 2018 at 7:17:50 PM UTC-8, Iain wrote: > > I'm trying to construct a tabulated listing of tiddlers using the > following template. In the element, "order" is an attribute,