Hello,
I have a piece of code that uses details macro from the Shiraz plugin.
This is the piece of code:
<< details sum: "NameOfCurrentTiddlerHere" "BodyTextHere" class: "alert-primary" >>
It all works fine, but how do I make the current tiddler title appear automatically with: "NameOfCurrentTiddlerHere" as a link?
In the place "Body text here" I want a list of links. For this I have the following code:
<< list-links filter: "[tag <currentTiddler>] + [tag [NameOfTheTag]]" >>
The code is correct but if I paste it between the other code it is not working. How do I do this?
Thank you,