Building a WYSIWYG Editor in Nuxt 3
Building a WYSIWYG Editor in Nuxt 3
A while ago, I started building my own text editor.
Before that, I was searching for a solid writing tool (made specifically for SEO), but couldn't find one that met my needs.
So, I decided to create this tool myself.
And, a text editor would naturally be the core feature, which meant learning how to build one from scratch.
But, after making some initial research I quickly realized that building your own editor is just too time-consuming.
Even basic features like undo/redo and keyboard shortcuts take some time to build. Plus, in today's market, you obviously need more than just standard editing tools to stand out.
That's why I decided to use TipTap, which seemed like the most convenient option. In the article below, I share how I tackled this challenge.
If you're in a similar situation, you can see if this library is right for you.
Here is the link to the article → https://kajetan.io/articles/tiptap-nuxt
Cheers!