diff --git a/editions/tw5.com/tiddlers/system/variable-macros.tid b/editions/tw5.com/tiddlers/system/variable-macros.tid index 9c19f3d1f..acbf993a9 100644 --- a/editions/tw5.com/tiddlers/system/variable-macros.tid +++ b/editions/tw5.com/tiddlers/system/variable-macros.tid @@ -5,6 +5,7 @@ tags: $:/tags/Macro \define .variable-examples(v,text:"Examples") <$link to="$v$ Variable (Examples)">$text$ \define .macro-examples(m,text:"Examples") <$link to="$m$ Macro (Examples)">$text$ +\define .widget-examples(w,text:"Examples") <$link to="$w$ Widget (Examples)">$text$ \define .js-macro-link(_) [[$_$|http://tiddlywiki.com/dev/index.html#JavaScript%20Macros]]