1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-06 22:20:02 +00:00

10 lines
464 B
Plaintext
Raw Normal View History

2014-01-07 11:57:42 +00:00
created: 20130825144900000
2014-10-12 16:45:53 +01:00
modified: 20141012154500719
2014-09-11 15:52:47 +01:00
tags: Concepts
2014-01-07 11:57:42 +00:00
title: CurrentTiddler
type: text/vnd.tiddlywiki
2014-10-12 16:45:53 +01:00
The CurrentTiddler is the current tiddler during WikiText rendering. It is usually set by the TiddlerWidget. It allows you to write references like `<$view field="title"/>` in TemplateTiddlers without explicitly specifying the tiddler that it applies to.
2014-08-02 13:39:02 +01:00
2014-10-12 16:45:53 +01:00
The title of the current tiddler is contained in the [[WidgetVariable: currentTiddler]].