Interesting. Now I can click the tiddler1 button as many times as I like and the append will continue to work, but it only works once for tiddler 2. In fact, the next time I click the tiddler2, it appends the entire text from tiddler1.
On Tue, Feb 18, 2014 at 12:53 PM, Stephan Hradek <[email protected]>wrote: > Change your appendButton macro to > > \define appendButton(now, add, to) > <$button set="$to$" setTo="$now$$add$">append</$button> > \end > Text to add: > <$edit tiddler="$:/temp/Append" field="text"/> > > change your macrocall to > > <$macrocall $name="appendButton" now={{tiddler1}} add={{$:/temp/Append}} > to={{!!title}}/> > > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.

