diff --git a/editions/tw5.com/tiddlers/widgets/LinkWidget.tid b/editions/tw5.com/tiddlers/widgets/LinkWidget.tid index 770ab0f1b..49c407e26 100644 --- a/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/LinkWidget.tid @@ -1,6 +1,6 @@ caption: link created: 20131024141900000 -modified: 20170828100455842 +modified: 20170907141926550 tags: Widgets title: LinkWidget type: text/vnd.tiddlywiki @@ -66,7 +66,7 @@ The following process is used to generate the `href` attribute of the generated # If <<.vlink tv-get-export-link>> is defined it is invoked to convert the target tiddler title to the `href` value #* In practice, only a [[JavaScript macro|Macros]] can be used -# If <<.vlink tv-filter-export-link>> is defined it is interpreted as a filter that converts the target tiddler title to the `href` value +# <<.from-version "5.1.14">> If <<.vlink tv-filter-export-link>> is defined it is interpreted as a filter that converts the target tiddler title to the `href` value # If <<.vlink tv-wikilink-template>> is defined it is treated as a specialised macro body that can perform limited conversion of the target tiddler title to the `href` value # Otherwise, the target tiddler title is URI encoded to create the `href`