Hidden Setting: Disable Drag and Drop
Introduced in v5.1.22 To disable all the drag and drop operations that are built into the core, set the following tiddler to "no":
To selectively re-enable drag and drop for an instance of the list-tagged-draggable Macro or list-links-draggable Macro you must ensure that the variable tv-enable-drag-and-drop is set to yes for the scope of the macro invocation. For example, note how it is still possible to use drag and drop within this list even if $:/config/DragAndDrop/Enable is set to "no":
<$set name="tv-enable-drag-and-drop" value="yes">
<<list-tagged-draggable tag:"HelloThere">>
</$set>That renders as:
The original Classic version of TiddlyWiki is still available at:
https://classic.tiddlywiki.com.
Note that the current version of TiddlyWiki is not fully backwards compatible with TiddlyWikiClassic. Content can be imported but will need massaging to adapt to the new WikiText format. A tw2parser plugin is under development that will allow faithful display of most content created for TiddlyWikiClassic:
https://tiddlywiki.com/plugins/tiddlywiki/tw2parser/
What happened to the original TiddlyWiki?
Note that when using the DropzoneWidget and the DroppableWidget directly the enable attribute works independently of the global setting.