move tip to the end of the tiddler so it does not distract reading (#8019)

* move tip to the end of the tiddler so it does not distract reading

* reset modified
This commit is contained in:
Mario Pietsch 2024-02-29 20:26:19 +01:00 committed by GitHub
parent 5b2d35e8d1
commit 4fba206606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -7,8 +7,6 @@ type: text/vnd.tiddlywiki
<<.from-version "5.1.15">> The <<.def tv-filter-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget. If defined, it takes precedence over the [[tv-wikilink-template Variable]].
<<.this-is-static-link-variable>>
The variable is treated as a filter that is given the target tiddler title as input. The filter is evaluated and the first result is used as the `href` attribute.
For example:
@ -18,3 +16,5 @@ For example:
```
See also the <<.vlink tv-get-export-link>> variable, which dominates over this one.
<<.this-is-static-link-variable>>

View File

@ -1,17 +1,17 @@
caption: tv-get-export-link
created: 20150228114004000
modified: 20150228130943000
title: tv-get-export-link Variable
tags: Variables [[Core Variables]] [[Configuration Variables]]
title: tv-get-export-link Variable
type: text/vnd.tiddlywiki
caption: tv-get-export-link
The <<.def tv-get-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget.
<<.this-is-static-link-variable>>
The variable should be a [[macro|Macros]] with the following parameter:
;to
: The title of the target tiddler of the link, with no escaping
See also <<.vlink tv-wikilink-template>>. If both that variable and this one exist, this one dominates.
<<.this-is-static-link-variable>>

View File

@ -7,8 +7,6 @@ type: text/vnd.tiddlywiki
The <<.def tv-wikilink-template>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget. The <<.vlink tv-filter-export-link>>, if defined, it takes precedence over the <<.vlink tv-wikilink-template>> variable.
<<.this-is-static-link-variable>>
The variable is treated as if it was a [[macro|Macros]] with the following parameters:
;uri_encoded
@ -21,3 +19,5 @@ The variable is treated as if it was a [[macro|Macros]] with the following param
The variable defaults to `#$uri_encoded$`.
See also the <<.vlink tv-get-export-link>> variable, which dominates over this one.
<<.this-is-static-link-variable>>