Assume there is a tiddler called A.And there are different number of sub-tiddlers i.e. tiddlers tagged with A
So there is a structure like
-- A
|- S01
|- S02
|- S03
|- S04
|-.......
All Sxx tiddlers are tagged with A. I call A the parent tiddler and Sxx the subtiddlers (child)
I want to have a button in parent tiddler to be clicked and transclude (show only the text) of subtiddlers in turn, i.e by each button click one subtiddler is shown.
It would be great if the code can be wrapped into a macro to be used everywhere for other set (like B--(sub01, sub02, ...)
/Mohammad