KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.77k stars 259 forks source link

Copying a table on a webpage has no style #540

Closed qianyingoo closed 5 years ago

qianyingoo commented 5 years ago

I copied a table from webpage and to paste it in this input, but it didn't have any table's style. It can't insert table.

KillerCodeMonkey commented 5 years ago

yep because quilljs 1.x does not support tables ;-).

But the support should be availble per default in quilljs 2. you can google for table module or blot for quilljs

Just try to paste it in plain quilljs: https://quilljs.com/

it should not work either

qianyingoo commented 5 years ago

OK, let me try~Thank you

qianyingoo commented 5 years ago

yep because quilljs 1.x does not support tables ;-).

But the support should be availble per default in quilljs 2. you can google for table module or blot for quilljs

Just try to paste it in plain quilljs: https://quilljs.com/

it should not work either

It has been solved, using the latest quill2.0.0-dev.3 version. It can work. Thank you very much~!!!🎉