[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

@ -490,3 +490,13 @@ p.editor-paragraph-block + p.editor-paragraph-block {
background-color: var(--editor-colors-purple-background);
}
/* end background colors */
/* emoji styles */
span[data-name][data-type="emoji"] img {
display: inline !important;
vertical-align: middle;
margin: 0;
padding: 0;
max-width: 1.25em;
max-height: 1.25em;
}