tiptap/docs/api/nodes/emoji.md
2021-10-19 22:30:45 +02:00

910 B
Raw Blame History

description icon
Not ready yet. 🚧 emotion-line

Emoji

Support for emojis

There is no extension or example yet, but its definitely on our list to build a dedicated extension to add emoji support.

If you want to give it a shot yourself, you could start altering the Mention node. This uses the Suggestion utility, which should help with an autocomplete and such things.

:::pro Fund the development ♥ We need your support to maintain, update, support and develop Tiptap. If youre waiting for this extension, become a sponsor and fund our work. :::

Bring your own emoji picker

You can use any emoji picker, or build your own. Just use commands to insert the picked emojis.

this.editor.chain().focus().insertContent('✨').run()

https://embed.tiptap.dev/preview/Nodes/Emoji