web-component-designer
web-component-designer copied to clipboard
wysiwyg editor for text
https://www.protechtraining.com/blog/post/using-the-html5-attribute-contenteditable-to-create-a-wysiwyg-369
Maybe a simple editor for simple texts, and an extension like https://vaadin.com/components/vaadin-rich-text-editor, where i can select an element and klick "edit in wysiwyg edito".
then maybe we support a few of them:
ckeditor https://ckeditor.com/ tinymce https://www.tiny.cloud/tinymce/ quill https://quilljs.com/
Checked ckeditor & tinymce. Both do not work inside of shadow dom
https://github.com/tinymce/tinymce/issues/6158
Bugs: Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1430308 Safari: https://bugs.webkit.org/show_bug.cgi?id=163921