yabwe / medium-editor

Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
https://yabwe.github.io/medium-editor/
Other
16.08k stars 1.85k forks source link

Use inside `ShadowRoot`: Framework LitElement #1589

Open LukeTOBrien opened 2 years ago

LukeTOBrien commented 2 years ago

Hello there,

I am working on a project which requires a WYSIWYG and your library seems ideal.
However I am using Lit, I have checked your framework documentation and have read this discussion about the Selection API for ShadowRoot which could be relevant.

Does your library use the Selection API? Has anyone tried using your library with LitElement?

Thanks,

Luke