Hello,
I want to create a template-button which automatically creates a new tiddler as a child of a tiddler.
My attempt was this:

<$list filter="[all[current]tag[Film]]">
<$button>
<$action-sendmessage $message="tm-new-tiddler" title="Set a new title!" source={{!!title}} />
Add a new child
</$button>
</$list>

In the result, in the field source there is just the text of the title. I would need to have it in [[brackets]]. Can anyone tell me code/trick to achieve this?

Thanks!
Jan

--
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/57714577.2050007%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to