megahertz / react-simple-wysiwyg

Simple and lightweight React WYSIWYG editor
https://megahertz.github.io/react-simple-wysiwyg/
MIT License
119 stars 21 forks source link

Needs iframe for the preview #13

Closed abhibagul closed 1 year ago

abhibagul commented 1 year ago

Adding any code inside the HTML editor affects the webpage. Like adding the following code, <style>body{background:red}</style>

megahertz commented 1 year ago

I would prefer to keep this library as tiny as possible even if it has such a limitation. Anyway, I'll think about it in the future. Maybe shadow DOM is better for style isolation.

megahertz commented 1 year ago

Sorry, I decided not to implement such a feature to keep minimal bundle size.