From 4d3d7de3b50c671c977dff6f9b47a2983094f4a4 Mon Sep 17 00:00:00 2001 From: Marxsal Date: Fri, 16 Dec 2016 09:38:29 -0800 Subject: [PATCH] Add example of using a text reference with a field in RevealWidget (#2660) * Adding example of how to use a field's text references to control the RevealWidget. * Attempting to add field "jeremy". --- editions/tw5.com/tiddlers/widgets/RevealWidget.tid | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid index 18e1f6490..912adb43e 100644 --- a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid @@ -1,6 +1,7 @@ caption: reveal created: 20131024141900000 -modified: 20151223222838652 +jeremy: tiddlywiki +modified: 20161216153618769 tags: Widgets title: RevealWidget type: text/vnd.tiddlywiki @@ -79,3 +80,11 @@ And this is some text '>> + +!! How to use text references with field content + +Here is a simple example how to use text references with field content to control the RevealWidget. If the field ``jeremy`` is populated with text ``tiddlywiki``, a message will be displayed. + +< +~TiddlyWiki! +'>> \ No newline at end of file