mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 20:10:03 +00:00
Resolve merge conflict in LinkWidget.tid
This commit is contained in:
parent
e4525a95c5
commit
61b8180562
@ -1,6 +1,6 @@
|
|||||||
title: LinkWidget
|
title: LinkWidget
|
||||||
created: 201310241419
|
created: 201310241419
|
||||||
modified: 20150225075728000
|
modified: 201502231037
|
||||||
tags: Widgets
|
tags: Widgets
|
||||||
caption: link
|
caption: link
|
||||||
|
|
||||||
@ -12,6 +12,9 @@ The `link` widget generates links to tiddlers. (Use the HTML `<a>` element to ge
|
|||||||
|to |The title of the target tiddler for the link (defaults to the [[current tiddler|Current Tiddler]]) |
|
|to |The title of the target tiddler for the link (defaults to the [[current tiddler|Current Tiddler]]) |
|
||||||
|aria-label |Optional [[Accessibility]] label |
|
|aria-label |Optional [[Accessibility]] label |
|
||||||
|tooltip |Optional tooltip WikiText |
|
|tooltip |Optional tooltip WikiText |
|
||||||
|
|tabindex |Optional numeric [[tabindex|https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/tabIndex]] |
|
||||||
|
|draggable |"yes" to enable the link to be draggable (defaults to "yes") |
|
||||||
|
|tag |Optional tag to override the default "a" element |
|
||||||
|
|
||||||
The content of the link widget is rendered within the `<a>` tag.
|
The content of the link widget is rendered within the `<a>` tag.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user