-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Integrate 3rd party editor (page builder) #4960
Comments
I agree that it would be nice to have a possibility to integrate custom WYSIWYG editor in the Gutenberg UI. |
it's really urgent question |
+1. We are also researching this issue. |
Yes yes yes yes yes yes. |
Wow this is very important for my clients, would be glad to know! |
All the questions about the events and the data could be answered by use the Gutenberg will make its data available in this module (some of it is already available). This is not documented properly yet though. Documentation will come pretty soon. I encourage you all to follow the work being done in the data module and the extensibility APIs. These should allow most use-cases. I'm closing this issue right now as not very actionable. Please continue the discussion in the related issues/PRs. |
Thanks @youknowriad for sharing your answers. I second that, let’s talk in the referenced issues and PRs about all details you need 👍 |
What is the better way to integrate our own editor into the post creation page? We see the 2 options.
As we know from the #core-editor chat conversation and from the source code, Editor component is separated from Edit Post, so the first option seems more reasonable.
The first one is to use Gutenberg JS API to add editor as one of the content editor modes along with “visual” and “text” to make it look like in #1375.
The second one is to create a separate post editing page (and each page builder will create their own page). In this case we can lose the other post creation page components (categories, cover image, table of contents, etc.)
After reading issues we have few thoughts.
Could you give any technical advice?
The text was updated successfully, but these errors were encountered: