Skip to content

kooky126/table

 
 

Repository files navigation

Table tool with paste ability

Fork From https://github.com/editor-js/table

paste in editor.js will lost tr/td data of table node,so need modify

editor.js\src\components\modules\paste.ts

555 content.innerHTML = clean(content.innerHTML, customConfig); to 555 if(!(//i.test(content.innerHTML))) 556 content.innerHTML = clean(content.innerHTML, customConfig);

About

Table constructor for Editor.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • CSS 12.5%
  • HTML 3.4%