Ckeditor5: Drag and drop between item

Created on 19 Sep 2019  ·  2Comments  ·  Source: ckeditor/ckeditor5

Is this a bug report or feature request? (choose one)

🆕 Feature request

💻 Version of CKEditor

CKEditor 5

✅ Expected result

I would like to know if there is a feature planed to move content between content.
Like when you do a PR in GITHUB, you can move a line up to another one by clicking on a drag-handle.
drag item

In github it's only for list item but in notion it's on all the content for exemple.

If you have a direction to do, i can do it myself but I don't really know where to start


If you'd like to see this feature implemented, please react with 👍 to this ticket.

list feature

Most helpful comment

My organization also needs drag/drop functionality but for widgets as well. Our users need to be able to drag content around in the editor and drop it at any position they want (w/the text caret moving along with their position while they choose where to drop it). They also need to be able to drag content into the editor from an outside source but that's less of a priority. @Reinmar would that fall under this or some other existing feature request or would it make sense for me to create a new one?

For reference here is our implementation of this feature using Ckeditor4.

All 2 comments

Thanks! That's certainly a valid feature request. I'd like to see this myself as well.

My organization also needs drag/drop functionality but for widgets as well. Our users need to be able to drag content around in the editor and drop it at any position they want (w/the text caret moving along with their position while they choose where to drop it). They also need to be able to drag content into the editor from an outside source but that's less of a priority. @Reinmar would that fall under this or some other existing feature request or would it make sense for me to create a new one?

For reference here is our implementation of this feature using Ckeditor4.

Was this page helpful?
0 / 5 - 0 ratings