On Jun 13, 8:30 am, Daniel <[email protected]> wrote:
> I am trying to set one tag to tiddler title of the tiddler containing
> the button with the macro,
> and the other tag to a static value: KOFF
>
You could try using newSavedTiddler instead of newTiddlerWithForm:

<<newSavedTiddler label:'Add a new form'
         text:{{'<<formTiddler [[MyFormTemplate]]>'+'>'}}
         tag:{{'KOFF [['+tiddler.title+']]'}}>>

cmari



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to