mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
Updated text reference docs
This commit is contained in:
parent
50d25e24f9
commit
a2fe101848
@ -4,7 +4,9 @@ tags: Concepts
|
|||||||
title: TextReference
|
title: TextReference
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
A TextReference is a general purpose way to identify a fragment of text from a tiddler. In different situations, text references can be used to retrieve values, or to specify a value that should be modified.
|
A TextReference is a general purpose way to describe a fragment of text as either a field of a tiddler, or an index within a [[data tiddler|DataTiddlers]].
|
||||||
|
|
||||||
|
In different situations, text references can be used to retrieve values, or to specify a value that should be modified.
|
||||||
|
|
||||||
A TextReference consists of several parts:
|
A TextReference consists of several parts:
|
||||||
|
|
||||||
@ -28,5 +30,5 @@ Text references can be used in several places:
|
|||||||
* As the operand of a shortcut transclusion (eg, `{{MyTiddler!!title}}`)
|
* As the operand of a shortcut transclusion (eg, `{{MyTiddler!!title}}`)
|
||||||
* As the `state` attribute of the RevealWidget and the LinkCatcherWidget
|
* As the `state` attribute of the RevealWidget and the LinkCatcherWidget
|
||||||
|
|
||||||
<$macrocall $name=".tip" _="""Note the different between a text reference such as `foo!!bar` and a transclusion of a text reference such as `{{foo!!bar}}`"""/>
|
<$macrocall $name=".tip" _="""Note the distinction between a text reference such as `foo!!bar` and a transclusion of a text reference such as `{{foo!!bar}}`"""/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user