Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Public CDN for CKEditor

Tags:

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.

like image 968
Juan Ignacio Avatar asked Jan 25 '11 15:01

Juan Ignacio


People also ask

How do I allow all HTML tags in CKEditor?

config. allowedContent = { $1: { // Use the ability to specify elements as an object. elements: CKEDITOR. dtd, attributes: true, styles: true, classes: true } }; config.

Is CKEditor free?

Because CKEditor 4 has an active community that openly develops and shares add-ons, which you are welcome to take part in. Open Source applications are totally free! They do not include adware or limited trial periods, and can be used in commercial projects.


2 Answers

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

like image 121
Roberto Nunes Avatar answered Oct 24 '22 18:10

Roberto Nunes


http://cdn.ckeditor.com

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.

like image 20
Wiktor Walc Avatar answered Oct 24 '22 18:10

Wiktor Walc