Simple one: Is there any public CDN to load CKEditor like when you load jQuery from Google's CDN?
I haven't been able to find any big CDN. I guess I could always hotlink to ckeditor.com's JS file but that's not exactly what optimization means.
Simple one: Is there any public CDN to load CKEditor like when you load jQuery from Google's CDN?
I haven't been able to find any big CDN. I guess I could always hotlink to ckeditor.com's JS file but that's not exactly what optimization means.
You can submit it to http://www.cdnjs.com/ but its is not there yet.
Edit: Now is has been added: http://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.0.1/ckeditor.js
It is the official CDN for CKEditor, hosted by Amazon CloudFront and with SSL support. More information about using CDN and/or available types of releases can be found on CKEditor CDN Website.
It seems available at jsdelivr.com http://www.jsdelivr.com/#!ckeditor
Yes, CKEditor CDN is available just like Google CDN. Here is a quick snippet to include it in your HTML.
<script src="https://pagecdn.io/lib/ckeditor/4.13.0/ckeditor.js" integrity="sha256-yoULaG5POtLMfQWKvJ1pCbUSX4eM29SBpDbjkZAK6qs=" crossorigin="anonymous"></script>