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

10 lines
486 B
Plaintext
Raw Normal View History

2014-01-07 11:57:42 +00:00
created: 20130825144900000
modified: 20140107114307809
2014-09-11 14:52:47 +00:00
tags: Concepts
2014-01-07 11:57:42 +00:00
title: CurrentTiddler
type: text/vnd.tiddlywiki
The CurrentTiddler is the current tiddler during WikiText processing. A context tiddler is set by the TiddlerWidget. It allows you to write references like `<$view field="title" format="link"/>` in TemplateTiddlers without explicitly specifying the tiddler that it applies to.
2014-08-02 12:39:02 +00:00
The title of the current tiddler is contained in the widget variable ''currentTiddler''.