Hi,
sorry for my ignorance , but i am correct in assuming that this tiddler is responsible for the drag and drop mechanism in tiddly wiki
https://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fwidgets%2Fdraggable.js
$:/core/modules/widgets/droppable.js
Hi,
sorry for my ignorance , but i am correct in assuming that this tiddler is responsible for the drag and drop mechanism in tiddly wiki
https://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fwidgets%2Fdraggable.js
$:/core/modules/widgets/droppable.js
The $draggable and $droppable widgets are used for general-purpose drag-and-drop handling within a tiddlywiki.
However, the handling for importing from external sources into tiddlywiki is done by the $dropzone widget, which is used to create the $:/Import tiddler.
Thanks Eric,
and the underlying code for both widgets ,where can i find it ?
Use $:/AdvancedSearch > Shadows, and search for ādraggable.jsā, ādroppable.jsā or ādropzone.jsā