tiptap icon indicating copy to clipboard operation
tiptap copied to clipboard

feat: drag and drop across multi editors

Open songispm opened this issue 1 year ago β€’ 6 comments

Please describe your changes

Delete content when drop on another editor,

At the same time, it does not affect the normal drop event effect of the editor.

Work in nested nodes too.

Core change of code:

https://github.com/ueberdosis/tiptap/pull/4328/files#diff-6eddae5591c39b131ab5597e8ac574df71fafda96023c4573c45fd73ed066b9f

Related issues

https://github.com/ueberdosis/tiptap/issues/3133

Demo

https://deploy-preview-4328--tiptap-embed.netlify.app/preview/Experiments/MultipleEditors

or checkout this pull request

  1. npm run dev
  2. Visit http://localhost:3000/preview/Experiments/MultipleEditors

https://github.com/ueberdosis/tiptap/assets/38745323/d9e6c03a-edb4-4543-b723-b7511c3a844c

songispm avatar Aug 13 '23 16:08 songispm

Deploy Preview for tiptap-embed ready!

Name Link
Latest commit 3d374703567765cf4a10dc26dced5a9eb780b4bd
Latest deploy log https://app.netlify.com/sites/tiptap-embed/deploys/65a770729694710008105aff
Deploy Preview https://deploy-preview-4328--tiptap-embed.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Aug 13 '23 16:08 netlify[bot]

Another related pull request: https://github.com/ueberdosis/tiptap/pull/3429

songispm avatar Aug 13 '23 16:08 songispm

@songispm is this ready to merge given the change which was requested was made?

colinramsay avatar Oct 25 '23 14:10 colinramsay

yes, I think it's worked.

https://github.com/ueberdosis/tiptap/pull/4328/files

songispm avatar Oct 27 '23 07:10 songispm

Great work! Is it straightforward to do this React? I see there’s currently only a Vue example. @bdbch if you are happy do you think this could get in to a release?

colinramsay avatar Oct 27 '23 07:10 colinramsay

Would like to use this feature!

crystalball808 avatar Feb 06 '24 07:02 crystalball808