-
-
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
CKEditor 5 integrations for JavaScript frameworks (React, Angular 2+, Vue.js, ??) #1002
Comments
Two related tickets (most likely, to be closed when we'll roll out the integrations):
|
Here's a very simple Mithril / CKEditor integration. Do you have some ideas on what you'd like to see as framework integration points? |
Thanks for sharing! In fact, @szymonkups created some time ago a quick integration with React too: https://jsfiddle.net/szymonkups/43hhtk0j/. |
Here's a more comprehensive example. |
The first version of React integration has just been published. Now using The feedback is welcome. |
The first version of Angular integration has just been published too 🎉 Similarly to the React one, run |
Is there any vue typescript integration? |
There's no vue integration at this moment. If you know well this library you can create an implementation of the integration and share it in the #599 thread. I've found a little bit outdated one there - #599 (comment) - the |
We're starting work on the Vue.js component very soon. You can track the progress in ckeditor/ckeditor5-vue#1. |
how about integrating Elm with CKEditor? |
Interesting. What such integration would need to do? AFAIR Elm is a language which compiles to JS, so I'd guess you can use JS APIs from Elm's level? |
yes it does compile to Javascript. The way Elm "comunicates" with normal javscript is through the use of Ports. It would be nice if CKEditor to already have some ports by default ready for use. |
The first version of Vue.js integration was released on npm: https://www.npmjs.com/package/@ckeditor/ckeditor5-vue 🎉 🎉 🎉 You can find the documentation in https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.html |
Just FYI. We have this working in ember fine, but internally. Waiting on word paste before we can completely replace our current editor. Then will see about releasing publically. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
OK, we've introduced the main 3 integrations and people open separate tickets for othe libs/cmses so we can close this ticket now. |
Hi! I'm struggling to integrate ckeditor5 with Ember, how did you make it? Any tip for this Ember newbie 🙏 |
Published a new version with more details (but still lacking). https://github.com/postedin/ember-ckeditor |
Any plans for Blazor? |
When can there be an official example of integration with Extjs7 ? |
Is there any reference for the rails 6 with CKEditor 5? |
您好,邮件已经收到,我会尽快给您回复。
|
Thanks @cavemansspa, your Mithril.js example was very helpful! |
您好,邮件已经收到,我会尽快给您回复。
|
Flutter for Web would be a big help. Also in our decision to use CKEditor. |
您好,邮件已经收到,我会尽快给您回复。
|
Soon (in May 2018, in fact) we'll be starting to work on integrations for the most popular JS frameworks. Most likely, we'll be working on them one by one and we'll start from React.
We don't know yet any more details, but I wanted to create this ticket so we can start gathering feedback... and so I can link to somewhere from the upcoming blog post ;).
TODO:
The text was updated successfully, but these errors were encountered: