mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Add Tables feature to the Editor (#340)
* Install table extension * Add the table extension to editor * Add table button to toolbar * Fix packages * Add table icon * Add table style * Change table style * Add buttons to add rows and columns * Add buttons to remove columns and rows * Fix resize icon
This commit is contained in:
parent
e6979ed1b4
commit
ba6d17827b
4 changed files with 154 additions and 0 deletions
|
|
@ -30,6 +30,10 @@
|
|||
"@tiptap/extension-code-block-lowlight": "^2.8.0",
|
||||
"@tiptap/extension-collaboration": "^2.8.0",
|
||||
"@tiptap/extension-collaboration-cursor": "^2.8.0",
|
||||
"@tiptap/extension-table": "^2.8.0",
|
||||
"@tiptap/extension-table-cell": "^2.8.0",
|
||||
"@tiptap/extension-table-header": "^2.8.0",
|
||||
"@tiptap/extension-table-row": "^2.8.0",
|
||||
"@tiptap/extension-youtube": "^2.8.0",
|
||||
"@tiptap/html": "^2.8.0",
|
||||
"@tiptap/pm": "^2.8.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue