codex-team / editor.js

A block-style editor with clean JSON output
https://editorjs.io
Apache License 2.0
28.42k stars 2.07k forks source link

Drag-from-outside-listener? #1504

Closed Reached closed 2 years ago

Reached commented 3 years ago

Hi there, love the project!

I would like to be able to drag in a div containing a block of text from outside editorjs (html5 drag/drop?), and having it inserted at the current caret position, is it even possible to write a plugin to do this, and are there any API's you could point me to?

Thanks in advance!

Aarbel commented 3 years ago

@Reached have you found more infos about this ?

Reached commented 3 years ago

@Aarbel good question, I think I ended up using TipTap instead, and then wrote my own custom thing to do it :/