From 2ad8d1790b8343060770b1ab21c39451ac338200 Mon Sep 17 00:00:00 2001 From: twMat Date: Wed, 11 Mar 2020 18:37:53 +0100 Subject: [PATCH] Update LinkWidget.tid (#4489) --- editions/tw5.com/tiddlers/widgets/LinkWidget.tid | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/LinkWidget.tid b/editions/tw5.com/tiddlers/widgets/LinkWidget.tid index bebebef6a..e7dfef3de 100644 --- a/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/LinkWidget.tid @@ -9,9 +9,10 @@ The `link` widget generates links to tiddlers. (Use the HTML `` element to ge ! Content and Attributes -The content of the link widget is rendered within the `` tag representing the link. If the content is empty then the title of the target tiddler is rendered as the default. +The content of the link widget is rendered within the `` tag representing the link. If the content is empty then the title of the target tiddler is rendered as the default, for example: -For example, `<$link to="HelloThere"/>` is equivalent to `<$link to="HelloThere">HelloThere` and `<$link/>` is equivalent to `<$link to=<>><$view field="title"/>`. +* `<$link/>` is equivalent to `<$link to=<>><$view field="title"/>` +* `<$link to="HelloThere"/>` is equivalent to `<$link to="HelloThere">HelloThere` |!Attribute |!Description | |to |The title of the target tiddler for the link (defaults to the [[current tiddler|Current Tiddler]]) |