Hi,

I am trying to create a tiddler using transclusion of a template tiddler 
with all its fields using the following inside a button. 

<$action-sendmessage $message="tm-new-tiddler" text={{template\NewInfo}} 
title="New Info ???" $param="template\NewInfo" tags={{{ [<currentTiddler>
addprefix<pre>addsuffix<suf>] }}} />

However to keep template tiddler "template\NewInfo" easily accessible I 
have two tags on it "code" and "experimental" and so when I click the 
button I get the tag "code" and "experimental" on it along with the tag I 
do want which is the title of the tiddler in which this button is. I need 
to use the $param="template\NewInfo" because I want the application type to 
be inherited from the template which is "text/x-htmlp" as I want to be able 
to edit the info from WYSWIG table that the CKEditor plugin allows.

Is there any way I can remove the two tags at the time when the new 
tiddler.is created on click of the button?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ef631fde-84a8-4822-ad62-8e2587ec4cbbo%40googlegroups.com.

Reply via email to