1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Resolve merge conflict in LinkWidget.tid

This commit is contained in:
Astrid Elocson 2015-02-25 12:53:57 +00:00
parent e4525a95c5
commit 61b8180562

View File

@ -1,6 +1,6 @@
title: LinkWidget
created: 201310241419
modified: 20150225075728000
modified: 201502231037
tags: Widgets
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]]) |
|aria-label |Optional [[Accessibility]] label |
|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.