chanzuckerberg / czi-prosemirror

Rich Text Editor built with React and ProseMirror
MIT License
346 stars 62 forks source link

Use forked "prosemirror-tables" #56

Closed hedgerwang closed 5 years ago

hedgerwang commented 5 years ago

The default package of "prosemirror-tables" does not export some utility functions that we need.

As a quick workaround, I forked the package and exports more utility functions that we need in https://github.com/chanzuckerberg/prosemirror-tables/commit/798082376c83f176231ff25589a944f64d24cb5a

The long term solution would be sending out an official PR to request the official "prosemirror-tables" to accept my changes and publish a new NPM version, but before that happen, we could just use the forked version.