I am using a template tiddler with a preset field, then this template tiddler is used on a tw-new-tiddler action from a button. However I want to pass the title value of the calling tiddler (where the button is) to the field of the new tiddler. Anyway to implement this?
One approach I am trying is this but it doesn't work or I just do not know how to implement a Template string for the fields widget. \define newdisc() <$fields tiddler="templateTest" template="" ><$set name="currentTiddler" value="templateTest"> <$button message="tw-new-tiddler" set="templateTest" setTo="test" param="templateTest" >New Task</$button></$set></$fields> \end Thanks and appreciate the reply. -- 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. For more options, visit https://groups.google.com/d/optout.

