mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
a6ced74a13
* Initial Commit * Change of mind: Do not blank thisTiddler within macros * Revert previous implementation * Somewhat simpler implementation * Add docs * Add docs version tag
13 lines
747 B
Plaintext
13 lines
747 B
Plaintext
caption: currentTiddler
|
|
created: 20230304122810114
|
|
modified: 20230304123557862
|
|
tags: Variables [[Core Variables]]
|
|
title: thisTiddler Variable
|
|
type: text/vnd.tiddlywiki
|
|
|
|
<<.from-version "5.3.0">> The <<.def thisTiddler>> [[variable|Variables]] is set by the <<.wlink TranscludeWidget>> widget to contain the title of the tiddler that was transcluded. This means that within a tiddler <<.def thisTiddler>> will contain the title of that tiddler. It is not affected by macros, which means that within a macro <<.def thisTiddler>> will contain the title of the tiddler from which the macro was invoked. Intermediate, nested macro calls are ignored.
|
|
|
|
Compare <<.vlink storyTiddler>> and <<.vlink currentTiddler>>.
|
|
|
|
<<.variable-examples "thisTiddler">>
|