I'm a big fan of Thomas Elmiger work, including his text stretch macro:
http://tid.li/tw5/hacks.html#TextStretchI'm trying to use it here:
<$list filter="[tag[Levels]]">
{{!!title}}: <$macrocall $name=strex content="<$transclude tiddler='{{!!title}}' mode='block'>" label="+" id="id"/><br>
</$list>
But the transclude doesn't quite work, it seems.
I've tried this:
Level 1 Exploratory: <$macrocall $name=strex content="<$transclude tiddler='Level 1 Exploratory' mode='block'>" label="+" id="Level1"/><br>
Level 2 Prototype: <$macrocall $name=strex content="<$transclude tiddler='Level 2 Prototype' mode='block'>" label="+" id="Level2"/><br>
Level 3 Implementation: <$macrocall $name=strex content="<$transclude tiddler='Level 3 Implementation' mode='block'>" label="+" id="Level3"/><br>
But can't quite get the stretched texts to open individually.
Any suggestions? (I thought of setting id="{{!!title}}" but that didn't seem to work)
Thoughts or help much appreciated!
//steve.