mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-06 16:58:05 +00:00
Add mobiledragdrop shim plugin
This seems to work quite well for me - cc @xcazin
This commit is contained in:
7
plugins/tiddlywiki/mobiledragdrop/rawmarkup.tid
Normal file
7
plugins/tiddlywiki/mobiledragdrop/rawmarkup.tid
Normal file
@@ -0,0 +1,7 @@
|
||||
title: $:/plugins/tiddlywiki/mobiledragdrop/rawmarkup
|
||||
tags: $:/tags/RawMarkupWikified
|
||||
|
||||
`<script>
|
||||
var iosDragDropShim = { enableEnterLeave: true, unholdToDrag: 300 };`
|
||||
{{$:/plugins/tiddlywiki/mobiledragdrop/ios-drag-drop.js}}
|
||||
`</script>`
|
||||
Reference in New Issue
Block a user