Now that WordPress 5 has the new Gutenberg editor, I’m interested in the possibility of using it programmatically on the front-end (for example as as a rich-text editor for bbPress).

In the past I’ve used wp_editor but that still uses the old TinyMCE editor. I know there is a demo site using it on the front-end, but it doesn’t go into how to actually save content.

Is it possible to programmatically use Gutenberg on the front-end or other places on the back-end? If not currently, is it on the roadmap?

2 Answers
2

Gutenberg editor is now on frontend. Here is the solution.
https://wordpress.org/plugins/frontrom/

Leave a Reply

Your email address will not be published. Required fields are marked *