[tw] Using Strex

2017-03-09 Thread Thomas Elmiger
By the way: To reveal whole tiddlers I made the listreveal plugin – it comes with (minimal) documentation now: https://tid.li/tw5/plugins.html#%24%3A%2FControlPanel:%24%3A%2Fplugins%2Ftelmiger%2Flistreveal%2Freadme%20%24%3A%2FControlPanel I did not know it was possible to use strex the way you d

[tw] Using Strex

2017-03-09 Thread Thomas Elmiger
Hi Steve This should do what you want: <$list filter="[tag[YourTagHere]]"> <$wikify name=tid text={{!!title}}> <>: <$macrocall $name=strex content="<$transclude tiddler=<> mode='block'>" label="+" id=<>/> The wikify widget is our friend, it turns the parameters that are used in strex into s

[tw] Using Strex

2017-03-09 Thread Steven Schneider
I'm a big fan of Thomas Elmiger work, including his text stretch macro: http://tid.li/tw5/hacks.html#TextStretch I'm trying to use it here: <$list filter="[tag[Levels]]"> {{!!title}}: <$macrocall $name=strex content="<$transclude tiddler='{{!!title}}' mode='block'>" label="+" id="id"/> But th