>
>
>
> 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
>
>
>
Replying to myself again that I tried it and it works beautifully!
So now the cloning part is solved,
we can now create a droppable zone on the bottom of each tiddler and make
this happen
The code I posted gets extended so that first it saves the current text of
the tiddler inside a variable , then both the old text and the new text get
inserted
Or something like that
Or the table idea in combination with something like in the Open Tab, so
that one can insert something before something else or after and dragndrop
them around
To all who are reading this:
This one and my last posts are totally out of topic, sorry for that!
--
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/5d45f9eb-fe54-4193-813a-581cfe3acb27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.