I encountered another behavior that is confusing me.

I'm trying to make it so that after you press Enter and it adds the tag, it 
automatically clears the "add tag" field like the add tag button does. I'm 
using the following code:

\define myactions()
<$action-sendmessage $message="tm-add-tag" $param={{$:/temp/NewTagName}}>
<$action-setfield $tiddler="$:/temp/NewTagName" $field="text" $value=""/>
\end


It seems like this should be fairly forward but it doesn't work. I also tried 
using the action-deletefield and action-deletetiddler widgets to clear or 
delete the $:/temp/NewTagName tiddler with no result.

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a5e3e617-487f-49d7-8cb1-bab06ae481fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to