-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
React integration #1015
Comments
npm i --save ckeditor5-react |
Hi! It's not yet published. You can find the early version of this package in https://github.com/ckeditor/ckeditor5-react. And you can follow the progress there. |
The first version has just been published. Now using The feedback is welcomed. |
In case of problems, please report an issue here - https://github.com/ckeditor/ckeditor5-react |
Hello Team, We had shortlisted CKeditor5 to be used in one of new project as an Rich text editor. While trying to integrate it in our React application using similar code mentioned in "Building together with React Project", we are facing different issues in different implementations:
Specifying above code give error of "Cannot read getAttribute on null object"
Any help is highly appreciated. |
Could you report an issue in here – https://github.com/ckeditor/ckeditor5-react/issues? I will appreciate an instruction step by step that you've done. Would be good if it allows reproducing the issue. |
PS: The error: The same issue we had here – ckeditor/ckeditor5-react#21 (comment). |
Part of: #1002.
We should provide at least two ways to integrate with React
Using buids
When someone will like to use ready-to-use builds without building CKEditor together with the project. It should be simple as installing dependencies:
And then using CKEditor integration inside React application:
Building together with React project
We should also provide a way to integrate editor's building process with react appliction. Integrator should be able to install CKEditor 5 plugins into the project:
and create custom build:
We shuld provide a guide how to achieve this when using ReactCLI as the starting point. Custom webpack configuration for React and CKEditor 5 would be cool too.
How do we expose editor API?
Getting data
We should allow to set a callback that will be fired each time editor contents changed:
Other
What else should be exposed? Or maybe we should provide some way to access underlying editor instance for more advanced integration scenarios?
The text was updated successfully, but these errors were encountered: