Hi,
I want to action setting of tags when I click on a button
One of the tags has to comme from a variable that is entered by the user
In the code below the user gives a name for a play list (PL_name) and once
it clicks on the button I would like to create a new tiddler "My new
tiddler" with 2 tags
One is hard coded ("first-tag") the other is set to the value entered by
the user
The code below does not work ... I'm not using the variable the right way
...
Some expert that could help me ?
Thanks in advance for your help
Regards
<$edit-text tiddler="playListTemplate" field="PL_name"/>
<$button actions="">Create a play list
<$action-createtiddler $basetitle="My new tiddler" />
<$action-setfield $tiddler="My new tiddler" tags="first-tag
{{playListTemplate!!PL_name}}"/>
</$button>
--
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/669691c1-803b-40f4-8e3a-2a66a2b2bf67%40googlegroups.com.