How to setup with existing contenteditable without adding extra markup. #5834
-
I am using this library in a svelete project. I have a contenteditable div already and i am gonna setup the editor in a way that i only call the editor's api over the selection. the problem is the setup adds extra set of DOM elements inside my contenteditable like following :
is there a way to setup with no extra dom elements and only execute the library API over existing contenteditable? |
Beta Was this translation helpful? Give feedback.
Answered by
nperez0111
Nov 16, 2024
Replies: 1 comment 2 replies
-
No, that is not how the library is meant to be used at all. It expects full control of the contenteditable div. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nperez0111
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, that is not how the library is meant to be used at all. It expects full control of the contenteditable div.