21st February 2015 at 2:13pm
The following two examples have the same meaning:
<$view field=title/>
<$view tiddler=<<currentTiddler>> field=title/>
This next example shows how the $list
widget changes the current tiddler:
<ol>
<$list filter="[prefix[J]]">
<li><<currentTiddler>></li>
</$list>
</ol>