I'm thinking about integrating the new awesome WordPress block editor (Gutenberg) outside of its environment (WordPress core), so is there any way to get just the text editor code and use it for example in another CMS or framework or just a simple HTML page?
I'm thinking about integrating the new awesome WordPress block editor (Gutenberg) outside of its environment (WordPress core), so is there any way to get just the text editor code and use it for example in another CMS or framework or just a simple HTML page?
Share Improve this question edited Jan 26, 2019 at 0:28 Yassine Qoraiche asked Jan 19, 2019 at 12:18 Yassine QoraicheYassine Qoraiche 1831 silver badge6 bronze badges1 Answer
Reset to default 7Yes, You can use Gutenberg as a standalone app or CMS agnostic app. Drupal using Gutenberg as a npm module and then integrating in their own CMS. Drupal Gutenberg is decoupling Gutenberg from WordPress and using as JS editor Gutenberg JS. This way, developers can build block for Gutenberg and port it to two different CMS.