I am using abego extension newTiddlerWithFormMacro. I would like the
newly created macro to have a tag when it is created. Following his
example in the info section of the plugin, I created this:

<<newTiddlerWithForm
 FormTemplate
 "New Account"
 '"New Account Name"' askUser
>>

That works. It creates a dialog box that prompts the user to alter the
title and then creates the new tiddler. But I don't see how to add a
tag. The user would then have to edit the newly created tiddler and
add the tag. That will not work for my purposes.

If I use the newTiddler macro rather than the newTiddlerWithForm macro
to create a new tiddler following this example in the macro info
section:

<<newTiddler
        label:"Button Label"
        text:{{"<<formTiddler [[MyTemplateTiddler]]>"+">"}}
        tag:"MyTag1"
        tag:"Three Word Tag"
>>

That also works. And it embeds the tag into the new tiddler. But it
creates the tiddler directly, rather than through the dialog box. The
user then has to edit the title and click "done." I'd rather avoid
that as well.

I would prefer the dialog box BUT to have the tag embedded into the
new tiddler. Is there a way to do that?

Thanks,
Hal

-- 
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