Hello All,

I'm introducing a tool I created that made my life easier, and may be 
useful to some of you.  Essentially, I had a huge number of tiddlers I need 
to tag, and I wanted to drag the tiddler onto the tag to add it.  With the 
following I can do that.  It can also do anything that you can implement 
using the ActionWidgets.  For the purposes of the widget, at the time of 
dropping it, <<currentTiddler>> is set to the target of the dropped link.

<$dropaction>
<$fieldmangler>
<$action-sendmessage $message ="tm-add-tag" $param="Testing" />
</$fieldmangler>
<<tag Testing>>
</$dropaction>



This plugin is available at my plugin library as the "DropAction Widget". 
 It overrides "$:/core/modules/widgets/fieldmangler.js".  To access my 
plugin library, use the attached tiddler.

Thanks,
Matt

-- 
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/80f30708-5bcf-4375-949c-61718add0414%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: Matt's Plugin Library.tid
Description: Binary data

Reply via email to