Is there (or would someone like to program) an extension that produces output 
similar to the "tabs" macro, but produces it from content in the same tiddler, 
instead of pulling the content from other tiddlers or tiddler-section 
references?

I know it's possible to do something *similar* by using the standard tabs macro 
and giving it references to sections of the current tiddler, but among other 
problems, you can't really nest content that way.  I'd like to be able to do 
something like this:

<<i-tabs major-choice "Choice A">>
Choice A, blah blah!
<<i-tabs major-choice "Choice B">>
Choice B, unlike Choice A, comes in two variants:
<<i-tabs minor-choice "Choice B-1">>
There's Choice B-1...
<<i-tabs minor-choice "Choice B-2">>
... and the imaginatively named B-2!!
<<i-tabs minor-choice end>>
<<i-tabs major-choice end>>

The output would be a pane with two tab buttons, marked "Choice A" and "Choice 
B"; if "Choice A" was selected, the pane would contain only the text "Choice A, 
blah blah!"  If the other tab button, "Choice B", was selected, the pane would 
contain the text "Choice B, unlike Choice A, comes in two variants:" followed 
by a nested pane with two tab buttons, marked "Choice B-1" and "Choice B-2"...  
the nested pane would contain the text "There's Choice B-1..." or "... and the 
imaginatively named B-2!!" depending on which tab button was selected.

I've been trying to write this one myself but reluctantly coming to the 
conclusion that I have just too many projects on my plate and can't bring this 
one to fruition any time soon.  Anyone else interested?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/baLhoX573DcJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to