I've resolved the issues with the <$fieldmangler> widget. Should be good for testing now.
On Tuesday, June 21, 2016 at 2:22:05 PM UTC-4, Matthew Lauber wrote: > > 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 [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/084460cc-3516-446d-9554-d15ff8ac2a29%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

