Hi

I need to copy the *text field* of a tiddler into a specific field of 
another tiddler. The tiddler titles are not known beforehand, because they 
are temporarily created and deleted on-demand with almost arbitrary 
(time-stamped) titles. So their names are passed through variables through 
SetWidget.

<$button>
COPY
<$action-setfield $tiddler=<<TiddlerA>> $field="text" $value={{<<TiddlerB>
>!!refs}}/>
</$button>

The code above generates an empty filed *refs* in *TiddlerB*. When I wrap 
the transclusion in a macro like *{{$(TiddlerB)$!!refs}}*, what I see is 
the text *{{actualNameOfTiddlerB!!refs}}* in the *refs* filed of *TiddlerB*.

Your help will be much appreciated.


Mehdi

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/12d7d70a-9ae6-4522-b2f3-ac158988b307%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to