mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-05 10:16:57 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
7d25b13970
@ -12,6 +12,6 @@ The rules governing refresh throttling are:
|
||||
** Has the field `draft.of`
|
||||
** Has the field `throttle.refresh`
|
||||
** 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
|
||||
|
||||
|
@ -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>>
|
||||
|
@ -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>>
|
||||
|
@ -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>>
|
Loading…
x
Reference in New Issue
Block a user