<$list filter="[all[current]tag[Test]]">
MY STUFF GOES HERE
</$list>
I would think it better to add variable="null" to the list widget since we know at best the value inside the list will be our targeted tag.
By using a variable the stuff will remain relavant to the current tiddler such as field references etc
Regards
Tony
<$list filter="[all[current]tag[Test]]">
Current tiddler title = {{!!title}}<br>
or <<currentTiddler>><br>
Other field value = {{!!test-field}}<br>
</$list>
<$list filter="[all[current]tag[Test]]" variable="null">
Current tiddler title = {{!!title}}<br>
or <<currentTiddler>><br>
Other field value = {{!!test-field}}<br>
</$list>
<$list filter="[tag[Test]]">
<h3>Tiddler {{!!title}}</h3>
"<<currentTiddler>>" is the each tiddler title
<h4>~~The calling tiddler details~~</h4>
Current tiddler title = {{!!title}}<br>
or <<currentTiddler>><br>
Other field value = {{!!test-field}}<br>
</$list>
---
<$list filter="[tag[Test]]" variable="tiddlertitle">
<h3>Tiddler <<tiddlertitle>></h3>
"<<tiddlertitle>>" is the each tiddler title
<h4>The calling tiddler details</h4>
Current tiddler title = {{!!title}}<br>
or <<currentTiddler>><br>
Other field value = {{!!test-field}}<br>
</$list>
<$view tiddler=<<tiddlertitle>> field="test-field"/>
<$list filter="[tag[Test]]" variable="null">
blah blah
<$list filter="[all[current]tag[Test]]" variable="null">
MY STUFF GOES HERE
</$list>
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1DmYe8JA8Nw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/31c65657-4fe7-4db1-8592-1aa02bf495ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.