tinymce-wrapper
Wrapper around TinyMCE WYSIWYG editor (https://www.tiny.cloud/)
First basic implementation, should be improved:
- Move most basic settings to inputs, so not recreate editor from scratch on each setting change
- Move plugin and theme loading to config, to decrease bundle size
- Try to load tinymce core dynamically to decrease bundle size
- Suggest solution how to load content_css to iframe, for now it is up to component user
- Analyze overall bundle size influence and may be import minified plugins/themes
Examples in other frameworks: