Emoji plugin and Crepe? #1657
Answered
by
Saul-Mirone
juliuszfedyk
asked this question in
Q&A
-
Just wanted to know if it's possible to use emoji plugin https://milkdown.dev/docs/api/plugin-emoji inside crepe, or do I need to write custom milkdown editor to use emoji short_codes? |
Beta Was this translation helpful? Give feedback.
Answered by
Saul-Mirone
Feb 6, 2025
Replies: 1 comment
-
It's not included in crepe, but you can use it like: const crepe = new Crepe();
crepe.editor.use(emojiPlugin);
crepe.create(); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juliuszfedyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not included in crepe, but you can use it like: