Hi

I'm trying to replace twabs <<twab>> (create new contact) with a new
button that gives some more options based on the tiddler where it's
invoked. (http://www.tiddly-twab.com/)

When I do this:
<<newTiddler title: {{tiddler.title}} tag: 'AddressArchive' label:
'New AddressBook'
text: {{store.getTiddlerText("AddressTabs")}} label: 'Contacts'>>

Now the new tiddler overwrites the tiddler which the macrobutton is
in..

I'd like to combine {{tiddler.title}} with a suffix like this:
<<newTiddler title: {{tiddler.title}} suffix: '-' tag:
'AddressArchive' label: 'New AddressBook'
text: {{store.getTiddlerText("AddressTabs")}} label: 'Contacts'>>
Where the suffix is : -

I don't want the copyTiddler function - just a new tiddler with the
same name as the parenttiddler + a customizable suffix, a
formtemplate, and new predefined tag (for using the TaggedTemplateTweak
(http://www.tiddlytools.com/#TaggedTemplateTweak))

Is this possible already or do I have to do it differently?

YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
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