slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.18k stars 3.35k forks source link

Style with no equality when copy and paste from email(HTML) #4125

Open chienweiluo opened 5 months ago

chienweiluo commented 5 months ago

Please describe the a concise description and fill out the details below. It will help others efficiently understand your request and get to an answer instead of repeated back and forth. Providing a minimal, complete and verifiable example will further increase your chances that someone can help.

Steps for Reproduction

  1. visit react-email example
  2. copy the content
  3. paste to quill playground

Expected behavior: reserve the layout of table even complicated nested.

Actual behavior: layout broken with no complete original style

Platforms: all Include browser, operating system and respective versions

Version: 2.0.0

I tried the clipboard module to convert the content. Would Parchment work on this? Need some help or explanation. Maybe the would caused by Delta format transform the initial HTML to quill content. Or this could be an enhancement?

截圖 2024-04-19 上午4 21 41 截圖 2024-04-19 上午4 21 58

chienweiluo commented 4 months ago

hi @luin , sorry. is there any information I could add for you ?

chienweiluo commented 4 months ago

any updates? or someone could please explain the 2.0 relevant process logic for this portion?