From 16ebdff1cc968ef1517da542d795a30fbf9300d5 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 18 May 2015 19:07:14 +0100 Subject: [PATCH] Clarify TextReference documentation Prompted by this comment: https://github.com/Jermolene/TiddlyWiki5/pull/1721#issuecomment-10217516 5 --- .../tw5.com/tiddlers/concepts/TextReference.tid | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/TextReference.tid b/editions/tw5.com/tiddlers/concepts/TextReference.tid index 61441f550..fded16380 100644 --- a/editions/tw5.com/tiddlers/concepts/TextReference.tid +++ b/editions/tw5.com/tiddlers/concepts/TextReference.tid @@ -1,16 +1,17 @@ -created: 201308270759 -modified: 20150124211238000 +created: 20130827075900000 +modified: 20150518180615650 tags: Concepts title: TextReference +type: text/vnd.tiddlywiki A TextReference identifies a chunk of text from a tiddler that can be retrieved or modified depending on the context. Text references are made up of several parts, most of which can be optional: -* `` - the text [[field|TiddlerFields]] of the specified tiddler -* `!!` - a tiddler metadata [[field|TiddlerFields]] (eg, `modified`, `modifier`, `type` etc) -* `!!` - a metadata [[field|TiddlerFields]] of the current tiddler -* `##` - extracts a named property from DataTiddlers +* `tiddlerTitle` - the text [[field|TiddlerFields]] of the specified tiddler +* `tiddlerTitle!!field` - a [[tiddler field|TiddlerFields]] (eg, `modified`, `modifier`, `type` etc) +* `!!field` - a [[field|TiddlerFields]] of the current tiddler +* `tiddlerTitle##propertyIndex` - extracts a named property from DataTiddlers Text references can be used in several places: