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

Docs update for LinkWidget

This commit is contained in:
Jermolene 2017-09-07 15:48:11 +01:00
parent aa417fe899
commit 11da58355e

View File

@ -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`