Hi Daniel
I don't know if this will do the trick - but I use it with <<newHere
macro - and it works fine:
tag: {{tiddler.title}}
If you want the new tiddler to be named after the tiddler from which
you invoked it + suffix - You *might* be able to do it like this:
title:{{tiddler.title+"suffix"}}
Here's my <<newHere button:
<span class macro='newHere label: SomeLabel title:{{tiddler.title
+"suffix"}} tag: {{tiddler.title}} AnotherTag text: "SomeText" ' </
span>
It *might* work with newTiddlerWithForm macro
like this:
<<newTiddlerWithForm SomeTemplate "ButtonLabel" title:{{tiddler.title
+"suffix"}} tag: {{tiddler.title}} AnotherTag text: "SomeText">>
Btw - I think you could make a newHere button with the formTemplate
embedded in the textarea like this:
<<newHere label: SomeLabel title:{{tiddler.title+"suffix"}} tag:
{{tiddler.title}} AnotherTag text:{{"<<formTiddler SomeTemplate\>\>"}}
Again - I'm not sure - But maybe it's worth to try...
Regards Måns Mårtensson
On 24 Apr., 14:19, Daniel <[email protected]> wrote:
> Hi,
>
> I am using Udo's newTiddlerWithForm macro and would like to tag the
> new tiddler with the current tiddler title. Similar behavior as in
> newtiddler here and new journal here macro's.
>
> Does anyone know how to do that?
>
> Daniel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---