Hi Mat, On Tuesday, August 15, 2017 at 9:37:16 PM UTC+2, Mat wrote: > > Desired end result: "Handles" that the visitor drags'n drops into his own > TW to get an arbitrary but predefined load of tiddlers. >
Did you try the ButtonWidget together with the "dragFilter" attribute? http://tiddlywiki.com/#ButtonWidget This code, for example, makes the entire content of the current story river draggable: <$button dragFilter="[enlist{$:/StoryList!!list}]"> Drag and drop current story list </$button> Cheers, Stef -- 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/ca5ebf8b-8949-4c9c-8e48-c7243d308e02%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

