Add plain tables to editor (#180)

This commit is contained in:
Hakan Shehu
2025-08-08 11:19:19 +02:00
committed by GitHub
parent fd675d7d9b
commit 766952b31e
36 changed files with 1430 additions and 169 deletions

15
package-lock.json generated
View File

@@ -9561,6 +9561,20 @@
"@tiptap/core": "^3.0.9"
}
},
"node_modules/@tiptap/extension-table": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@tiptap/extension-table/-/extension-table-3.0.9.tgz",
"integrity": "sha512-jygDvj9MIwMlzs2c+4MZwXCXI6sc7LcKgPFoJ93qiCn6CZrDwaX3XzxXi0VAg7MexsUi1nVaGZQk/gv+Pf3rKw==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.0.9",
"@tiptap/pm": "^3.0.9"
}
},
"node_modules/@tiptap/extension-text": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.0.9.tgz",
@@ -24893,6 +24907,7 @@
"@tiptap/extension-list": "^3.0.9",
"@tiptap/extension-paragraph": "^3.0.9",
"@tiptap/extension-strike": "^3.0.9",
"@tiptap/extension-table": "^3.0.9",
"@tiptap/extension-text": "^3.0.9",
"@tiptap/extension-underline": "^3.0.9",
"@tiptap/extensions": "^3.0.9",