Folks,

In the following code I just can't get the list widget to display its 
contents, including "hi" and transclude all tiddlers tagged with transcludeTag 
or 
\define transcludeTag() {{{ 
[<currentTiddler>addprefix[$:/autotag/transclude/]] }}}
$:/autotag/transclude transcluding items tagged <<transcludeTag>><br>
<$wikify name=tagname text="{{{ [<transcludeTag>] }}}">
tagname = "<<tagname>>"<br>
<$list filter="[<tagname>tagging[]]" variable="transcludeTiddler">
   hi <<transcludeTiddler>> <$transclude tiddler=<<transcludeTiddler>> 
mode=block />
</$list>
</$wikify>

The tagname displays correctly but does not work in the filter also using 
"[tag<tagname>]" or [tag<transcludeTag>]"
If I place the literal name in the filter it works eg 
"[tag[$:/autotag/transclude/New Tiddler 7]]"

I thought I needed to use the wikify widget but no,

What do you think?

Thanks in advance
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0ee38a64-297c-4d83-b809-68619d1fda17%40googlegroups.com.

Reply via email to