Hi,
From inside a widget or a macro, just call :
this.getVariable("currentTiddler");
This method is defined in
$:/core/modules/widgets/widget.js
Have a look at this file.
Regards
FrD
Le lundi 29 mai 2017 11:44:31 UTC+2, Conner Phillips a écrit :
I'm guessing this is through the $tw.wiki interface somehow?
Thanks!