diff --git a/editions/tw5.com/tiddlers/widgets/LinkWidget.tid b/editions/tw5.com/tiddlers/widgets/LinkWidget.tid index e7dfef3de..26e78c422 100644 --- a/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/LinkWidget.tid @@ -33,6 +33,8 @@ This means that you can control the text of a link tooltip in several ways: ``` <$link to="HelloThere" tooltip="Custom tooltip">Link 1 +<$link to="HelloThere" tooltip="Another tooltip">{{$:/core/icon}} + <$set name="tv-wikilink-tooltip" value="I'm a link to {{!!title}}"> <$link to="HelloThere">Link 2 @@ -43,6 +45,8 @@ Renders as: <$link to="HelloThere" tooltip="Custom tooltip">Link 1 +<$link to="HelloThere" tooltip="Another tooltip">{{$:/core/icon}} + <$set name="tv-wikilink-tooltip" value="I'm a link to {{!!title}}"> <$link to="HelloThere">Link 2