This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

Variable currentTiddler (Exemples)

21 juin 2015 à 13h59

Les exemples suivants ont une signification identique :

<$view field=title/>
<$view tiddler=<<currentTiddler>> field=title/>

Cet exemple montre comment le widget $list modifie le tiddler en cours :

<ol>
<$list filter="[prefix[J]]">
<li><<currentTiddler>></li>
</$list>
</ol>