I am trying to create a list a tiddlers inside tabs

<<tabs "[[Clean Noise]][[Rename File]]" default:"" state:"$:/state/tab1" 
class:"tc-vertical" template="$:/talha131/Template/VerticalTab">>

The tiddlers are 

   1. Clean Noise 
   2. Rename File 

I am going to add more to the list.

Is it possible to create a list or an array and then pass it to tabs macro? 
Something like

let aList = [
'Clean Noise', 
'Rename 
'Other example'
];

<<tabs <aList> default:""  state:"$:/state/tab1" class:"tc-vertical"  
template="$:/talha131/Template/VerticalTab">>

The advantage of this format is clear. I can add tiddlers to the list 
easily. The syntax is clearer than putting everything inside a filter. Is 
it possible?

The obvious work around, I can think of, is to tag those tiddlers and use 
the tag inside tabs macro. But I wonder if it is possible to do without 
creating a new tag for few tiddlers, just to get tabs transclusion working.
​

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/960f4d83-351b-46a1-8d0a-3f0a422d2739%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to