@Mat
Could your mod allow for [parts of] this? I.e to have icons (icon-links?)
> be draggable into the text area? In Scratch/Blockly, also the resulting
> code is visually represented which I guess would not be possible in the TW
> editor, i.e dropping the icon would in TW instead transform into the code
> segment the icon represents (similar to the *stamp* tool).
Prove me wrong, but this can already be done without my mod
you need a droppable area
\define go-ahead()
<$action-setfield $tiddler="some tiddler" $field="some field"
$value="""$(dropText)$"""/>
\end
\define drop-actions()
<$set name="dropText" value={{$(actionTiddler)$}}><<go-ahead>></$set>
\end
<$droppable actions="""<<drop-actions>>""">
drop stuff here
</$droppable>
then you create some draggables like this
<$draggable tiddler="title of my tiddler that holds something in its text
field I want to drop somewhere">
grab me and drag me into the drobbable area
</$draggable>
I haven't tested this, but it may work
--
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/d9b5bcb7-9045-4bc2-8807-6300a7421a3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.