GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.38k stars 4.06k forks source link

Can we use GrapesJS as Content Editor (WYSIWYG) also? #2900

Closed krishnaeverestengineering closed 4 years ago

krishnaeverestengineering commented 4 years ago

We have a requirement of both writing articles, landing pages and writing articles more like landing page as well. So we thought GrapesJS would best suit for us but we want to know that, Is this framework would good for Content Editing as well like TinyMCE / CKEditor experience?

Because CKEditor / TinyMCE is text area based content for specially for blog / article writings whereas GrapesJS is for Canvas based mostly to design the pages. So how good it is use as a WYSIWYG editor?

artf commented 4 years ago

Using GrapesJS only as a WYSIWYG editor probably is an overhead as it would require more time on configuration, but for sure it's possible as internally there is already an RTE module (the default one is probably too much simple but you can use the CKEditor plugin)