Folks,
I am building a text or code bin that can contain content, you can click to copy to clipboard then paste it where you want it, most likely into the editor.
However I would like to make the same button draggable so I can just drag the content into the editor as well, however by default it only drags tiddler titles not the content of the tiddlers text field.
I have previously build my own dropzone etc… which works, but we have to add actions on drop to retrieve the text field content. But in this case I would like the start of the drag to retrieve the tiddlers content so I can drop the content on the editor.
If I am not wrong tiddlywiki drag and drop tools are bound to tiddler titles not other content.
Any guidance appreciated, hopefully I will be able to add something to the docs