Try the http://tiddlywiki.abego-software.de/#PartTiddlerPlugin plugin.
In a tiddler called "Mode", you can define parts later in your tiddler but reference them in your tabs. <part partname hidden> Any macros you want eg <<tiddler MyMacro with:"parameter">> </part> <<tabs txtaskViewMaster "Task View Home" "Landing paged for Task View Mode" Mode/Home "Active Work Tasks" "All active Tasks for Work" Mode/Partname "Active Personal Tasks" "All active Tasks for Personal" Mode/Partname2 "On Event" "All active Tasks on event" Mode/Partname3 >> </part> <part Home hidden> <<tiddler [[!Using MasterDB]]>> </part> This expands the ability to have complex content in your tabs from a single (or multiple files). TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Thu, Mar 25, 2010 at 15:10, Saverio <[email protected]> wrote: > I would like to use the tabs macro as follows: > > <<tabs tabID > "tab1 label" "tab1 tooltip" <<tiddler MyMacro with:"parameter">> > "tab2 label" "tab2 tooltip" "tiddler2" > >> > > Based on what seemed a promising discussion (http://groups.google.com/ > group/tiddlywiki/browse_thread/thread/5aa73a7941df3cf0/ > d4f2ed179997e962?lnk=gst&q=tabs+macro#d4f2ed179997e962<http://groups.google.com/%0Agroup/tiddlywiki/browse_thread/thread/5aa73a7941df3cf0/%0Ad4f2ed179997e962?lnk=gst&q=tabs+macro#d4f2ed179997e962>) > [though the > request there was the opposite, to embed the tabs macro within > newTiddler], I tried enclosing the tiddler macro expression in quotes, > breaking up the closing >> into '>' + '>', and enclosing the whole > expression in {{ }}, but nothing has worked. Can anyone help me out? > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

