feat: smart typography (#360)

* build(web, deps): add `@tiptap/extension-typography`

* feat(editor): add typography extension

* chore(editor): disable some typographic characters

* chore(editor): disable superscript
This commit is contained in:
Ivan Shelepugin
2026-02-07 23:04:37 +03:00
committed by GitHub
parent 07db7409cb
commit 24e283e22c
3 changed files with 25 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
"@tiptap/extension-link": "^2.22.2",
"@tiptap/extension-mention": "^3.0.9",
"@tiptap/extension-placeholder": "^2.14.0",
"@tiptap/extension-typography": "^3.18.0",
"@tiptap/pm": "^2.14.0",
"@tiptap/react": "^2.14.0",
"@tiptap/starter-kit": "^2.14.0",