On Tuesday, October 28, 2014 4:49:47 PM UTC+1, Mat wrote: > > Yes, but why would anybody want a blue word in a button? It's not a even a > clickable dead link (which would create a draft). To me it would make more > sense that if anybody ever would want blue text inside a button, then they > would manually format it so at that time. > But ok, it seems to be a conscious decision so I'll leave it at that. >
You can make you own global button macro like this: - Create a tiddler eg: myGlobalButtons and tag it: $:/tags/Macro - Add the text below and - have fun! \define button(text:"click me") <$button message="tm-something"><$text text="$text$">>/></$ button> \end The macro can be globally used with <<button>> or <<button MyButtonText>> or <<button "my text with spaces">> or <<button text:"some text">> -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
