Is this what you want?

<$set name=tid value={{$:/temp/old}}>
<dl>
<$list filter="[<tid>fields[]] -[[text]]" variable="fieldname">
<dt><$text text=<<fieldname>>/></dt>
<dd><$view tiddler=<<tid>> field=<<fieldname>>/></dd>
</$list>
</dl>
</$set>




On Friday, May 6, 2016 at 10:21:43 AM UTC-7, Stephen Kimmel wrote:
>
> What I want to do is produce a list of fields and values for a tiddler 
> that isn't the current tiddler but whose name is contained in a temporary 
> tiddler. 
>
> Given that this code produces a list of fields and values for the current 
> tiddler
>
> <dl>
> <$list filter="[is[current]fields[]] -[[text]]" variable="fieldname">
> <dt><$text text=<<fieldname>>/></dt>
> <dd><$view field=<<fieldname>>/></dd>
> </$list>
> </dl>
>
> can someone explain to me what it takes to produce a similar result?
>
> None of the combinations I've tried with {$:/temp/old} have brought me any 
> luck.
>
>
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/ede52cf4-15fb-4f37-a387-9fd49c7d8505%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to