Hi everyone. I need to implement a rich text editor in a Vue component. Since I was in vanilla php/laravel I used TinyMce, but now it feels a little too cumbersome (and I don't even know if a vue implementazione exists). I would like to try something more lightweigth and customizable. Any suggestions?
Tinymce has official Vue component, why you don't use that ?
there are some rich text editors out there written purely by Vue but personally i prefer something that i can rely on for a several years and gets continues maintenance from community.
Thank you for your reply. As I said, I found tinymce too heavy and unnecessarily complex. Yet I will give it a try (didn't know about vue integration).