1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 04:24:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/CurrentTiddler.tid

14 lines
679 B
Plaintext
Raw Normal View History

2014-01-07 11:57:42 +00:00
created: 20130825144900000
2014-10-12 15:45:53 +00:00
modified: 20141012154500719
2014-09-11 14:52:47 +00:00
tags: Concepts
2014-01-07 11:57:42 +00:00
title: CurrentTiddler
type: text/vnd.tiddlywiki
2014-12-28 09:51:13 +00:00
The current tiddler provides an ever-changing context or background against which several features of WikiText are interpreted.
2014-08-02 12:39:02 +00:00
2014-12-28 09:51:13 +00:00
For example, `{{!!title}}` denotes the value of the ''title'' field of whatever the current tiddler happens to be. This technique can be used in a [[TemplateTiddler|TemplateTiddlers]] to keep the template generic.
The title of the current tiddler can always be found in the [[currentTiddler variable|WidgetVariable: currentTiddler]].
The current tiddler is set in several ways, including by the ListWidget and the TiddlerWidget.