How do I do a Custom Text Editor plugin? #3700
Unanswered
IvanFarkas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Perhaps Extending ElementNode? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I do a Custom SSML (text) Editor plugin?
The documentation is very weak when it comes to the Custom Plugin.
I'd like to do an SSML Editor in Next.js, with TypeScript.
Basic functionality:
<s></s>
.I am already using the RTE in my code successfully and understand the concepts.
I looked at the following:
It's still unclear to me what's the best, clean way to do this, although I am leaning toward somehow extending the @lexical/react.
Any help or pointers are greatly appreciated.
Docs need work.
Beta Was this translation helpful? Give feedback.
All reactions