From a75cfefe88bbe373aff3247c3587037040507973 Mon Sep 17 00:00:00 2001 From: Marc Viot Date: Mon, 6 Jul 2015 19:05:44 +0200 Subject: [PATCH] Update variable-macros.tid Add ability to handle widget example --- editions/tw5.com/tiddlers/system/variable-macros.tid | 1 + 1 file changed, 1 insertion(+) 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]]