I’ve read the documentation for $macrocall (MacroCallWidget) and thought it was simple (and it probably is) but sadly I haven’t been able to do it.
The situation is this, I have a field FieldX
where I’m going to enter a tag name (which can change). I would like to put this value which can change as an argument of the Macro tag.
Something like this:
1 <<tag {{Tiddler!!FieldX}}>>
2 <$macrocall $name="tag" text={{Tiddler!!FieldX}}/>
In case 2, it defaults to the current tiddler. (As can be seen in the documentation for tag Macro)
- How should I do?