[WIKI-402] feat: emoji support for all editors (#7275)

* feat: basic emoji

* feat:emoji slash command

* update slice command

* refactor: emoji storage

* refactor:types

* refactor: emoji list

* refactor: restructure extension

* chore: add comments

* chore: update comments

* fix: fallback image
This commit is contained in:
Vipin Chaudhary 2025-07-02 15:32:07 +05:30 committed by GitHub
parent 757019bf43
commit ba6b822f60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 969 additions and 21 deletions

View file

@ -46,6 +46,7 @@
"@tiptap/extension-blockquote": "2.10.4",
"@tiptap/extension-character-count": "2.11.0",
"@tiptap/extension-collaboration": "2.11.0",
"@tiptap/extension-emoji": "^2.22.3",
"@tiptap/extension-image": "2.11.0",
"@tiptap/extension-list-item": "2.11.0",
"@tiptap/extension-mention": "2.11.0",