To everyone, I've discovered that my changes to the <$fieldmangler> widget 
cause issues adding fields to tiddlers.  Be aware of that until I manage to 
resolve these issues.

On Tuesday, June 21, 2016 at 1:00:13 PM UTC-4, Matthew Lauber wrote:
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2ab7ef74-31a6-49cc-bd7d-e65e241461ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to