mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-14 04:38:05 +00:00
@@ -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>
|
<$link to="HelloThere" tooltip="Custom tooltip">Link 1</$link>
|
||||||
|
|
||||||
|
<$link to="HelloThere" tooltip="Another tooltip">{{$:/core/icon}}</$link>
|
||||||
|
|
||||||
<$set name="tv-wikilink-tooltip" value="I'm a link to {{!!title}}">
|
<$set name="tv-wikilink-tooltip" value="I'm a link to {{!!title}}">
|
||||||
<$link to="HelloThere">Link 2</$link>
|
<$link to="HelloThere">Link 2</$link>
|
||||||
</$set>
|
</$set>
|
||||||
@@ -43,6 +45,8 @@ Renders as:
|
|||||||
|
|
||||||
<$link to="HelloThere" tooltip="Custom tooltip">Link 1</$link>
|
<$link to="HelloThere" tooltip="Custom tooltip">Link 1</$link>
|
||||||
|
|
||||||
|
<$link to="HelloThere" tooltip="Another tooltip">{{$:/core/icon}}</$link>
|
||||||
|
|
||||||
<$set name="tv-wikilink-tooltip" value="I'm a link to {{!!title}}">
|
<$set name="tv-wikilink-tooltip" value="I'm a link to {{!!title}}">
|
||||||
<$link to="HelloThere">Link 2</$link>
|
<$link to="HelloThere">Link 2</$link>
|
||||||
</$set>
|
</$set>
|
||||||
|
|||||||
Reference in New Issue
Block a user