Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

cuttlefish's avatar

Vue and rich text editor . Any suggestions?

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?

0 likes
2 replies
double-a's avatar

Hi

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.

plus you already are familiar with tinymce api

https://www.tiny.cloud/docs/integrations/vue/

cuttlefish's avatar

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).

Please or to participate in this conversation.