Hi,

On Monday, January 22, 2018 at 11:13:02 AM UTC+1, hubertgk wrote:
>
>
> Is there a way to transclude <<actionTiddler>>'s text or <$set> its text 
> to a variable?
>

Ran into the same problem today. This code works for me 
on https://tiddlywiki.com/:

\define droppable-actions()
<$action-sendmessage $message="tm-modal" $param="SampleModal" 
yourMessage={{{ [<actionTiddler>get[text]] }}}/>
\end

<$droppable actions=<<droppable-actions>>>
Drop tiddler here to display its content
</$droppable>

My solution is based on this 
thread: 
https://groups.google.com/forum/#!msg/tiddlywikidev/vyJSu2UPzS8/RDaIbLy-AgAJ;context-place=forum/tiddlywiki

Cheers

Stef

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9ac61509-1bb4-4bd0-8697-4af137a3d508%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to