Add support for rendering tables in content editor
Add support for rendering and editing inline content inside content editor. Also adds a table creator that lets you create a custom sized table with MxN rows where M, N range between 1 and 8. Changelog: added
Showing
... | ... | @@ -85,6 +85,10 @@ |
"@tiptap/extension-ordered-list": "^2.0.0-beta.13", | ||
"@tiptap/extension-paragraph": "^2.0.0-beta.14", | ||
"@tiptap/extension-strike": "^2.0.0-beta.15", | ||
"@tiptap/extension-table": "^2.0.0-beta.23", | ||
"@tiptap/extension-table-cell": "^2.0.0-beta.13", | ||
"@tiptap/extension-table-header": "^2.0.0-beta.15", | ||
"@tiptap/extension-table-row": "^2.0.0-beta.13", | ||
"@tiptap/extension-text": "^2.0.0-beta.12", | ||
"@tiptap/vue-2": "^2.0.0-beta.34", | ||
"@toast-ui/editor": "^2.5.2", | ||
... | ... |
Please register or sign in to comment