This page is part of a static HTML representation of the TiddlyWiki note at: https://tiddlywiki.com/#thisTiddler Variable (Examples)

thisTiddler Variable (Examples)

4th March 2023 at 12:41pm

The first example shows how thisTiddler works whithin transcluded template. Here the SampleTemplate is a template for demonstration.

{{||SampleTemplate}}

The second example shows thisTiddler in the body of tiddler and inside a macro.

<$text text=<<thisTiddler>>/>

\define example() <$text text=<<thisTiddler>>/>
<<example>>