wikilabs / plugins

TW5 plugins: https://wikilabs.github.io
30 stars 8 forks source link

[idea new plugin] Drag over should open tabs #126

Open pmario opened 1 year ago

pmario commented 1 year ago

also see: https://talk.tiddlywiki.org/t/tiddler-title-as-link-with-small-handle/5307/7?u=pmario

If a link is dragged over tabs, there should be a mechanism, that selects and opens that tab, so the drop action can happen in the tab content

pmario commented 1 year ago

Needs support form the core: https://github.com/Jermolene/TiddlyWiki5/issues/7264 ...

May be needs to be implemented into the core. ... probably a wontfix

pmario commented 1 year ago

The tw evencatcher can catch the dragenter event https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragenter_event

pmario commented 1 year ago

Also see: [IDEA] It should be possible to activate delayed actions on mouse events eg: dragenter #7265