ProseMirror / prosemirror-tables

Table module for ProseMirror
https://prosemirror-tables.netlify.app/
MIT License
259 stars 155 forks source link

Provide a insertTable command #225

Open stof opened 5 months ago

stof commented 5 months ago

https://github.com/ProseMirror/prosemirror-tables/issues/91 has some comments suggesting code to insert a new table. This code is far from being trivial.

I think it would make sense to provide a command doing that logic instead of asking each project to figure out the correct code.