Merge branch 'tiddlywiki-com'

This commit is contained in:
Jeremy Ruston 2024-03-04 14:13:41 +00:00
commit 7d25b13970
4 changed files with 9 additions and 9 deletions

View File

@ -12,6 +12,6 @@ The rules governing refresh throttling are:
** Has the field `draft.of` ** Has the field `draft.of`
** Has the field `throttle.refresh` ** Has the field `throttle.refresh`
** Has a title prefixed with `$:/temp/volatile/` ** Has a title prefixed with `$:/temp/volatile/`
* If the refresh cycle is to be throttled, a timer is set for the internal specified in [[$:/config/Drafts/TypingTimeout|Hidden Setting: Typing Refresh Delay]] (cancelling any preciously set timer) * If the refresh cycle is to be throttled, a timer is set for the internal specified in [[$:/config/Drafts/TypingTimeout|Hidden Setting: Typing Refresh Delay]] (cancelling any previously set timer)
** When the timer fires, the refresh cycle is triggered, passing the aggregated titles of all the deferred refresh cycles ** When the timer fires, the refresh cycle is triggered, passing the aggregated titles of all the deferred refresh cycles

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]]. <<.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. 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: For example:
@ -18,3 +16,5 @@ For example:
``` ```
See also the <<.vlink tv-get-export-link>> variable, which dominates over this one. 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 created: 20150228114004000
modified: 20150228130943000 modified: 20150228130943000
title: tv-get-export-link Variable
tags: Variables [[Core Variables]] [[Configuration Variables]] tags: Variables [[Core Variables]] [[Configuration Variables]]
title: tv-get-export-link Variable
type: text/vnd.tiddlywiki 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. 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: The variable should be a [[macro|Macros]] with the following parameter:
;to ;to
: The title of the target tiddler of the link, with no escaping : 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. 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. 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: The variable is treated as if it was a [[macro|Macros]] with the following parameters:
;uri_encoded ;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$`. The variable defaults to `#$uri_encoded$`.
See also the <<.vlink tv-get-export-link>> variable, which dominates over this one. See also the <<.vlink tv-get-export-link>> variable, which dominates over this one.
<<.this-is-static-link-variable>>