From a2fe101848c4e4a02c3a6ac1d0e83b411cc4492e Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 17 Dec 2016 12:25:40 +0000 Subject: [PATCH] Updated text reference docs --- editions/tw5.com/tiddlers/concepts/TextReference.tid | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/TextReference.tid b/editions/tw5.com/tiddlers/concepts/TextReference.tid index d94979313..4b9a9d2f7 100644 --- a/editions/tw5.com/tiddlers/concepts/TextReference.tid +++ b/editions/tw5.com/tiddlers/concepts/TextReference.tid @@ -4,7 +4,9 @@ tags: Concepts title: TextReference 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: @@ -28,5 +30,5 @@ Text references can be used in several places: * As the operand of a shortcut transclusion (eg, `{{MyTiddler!!title}}`) * 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}}`"""/>