Public CDN for CKEditor
Asked Answered
D

5

22

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.

Drainpipe answered 25/1, 2011 at 15:23 Comment(1)
Yes. See: pagecdn.com/lib/ckeditorTrunkfish
C
12

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.

Coping answered 11/6, 2014 at 11:42 Comment(0)
I
22

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

Iraqi answered 15/7, 2011 at 2:22 Comment(2)
Cool! Does this contain only the JS file? or also the css files and translations etc...Fredfreda
update: tested and yes it includes the default config settings, with CSS files and images!Fredfreda
C
12

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.

Coping answered 11/6, 2014 at 11:42 Comment(0)
B
6

It seems available at jsdelivr.com http://www.jsdelivr.com/#!ckeditor

Broeker answered 1/12, 2012 at 0:18 Comment(2)
This has the latest version and separate scripts for all plugins!Ahlgren
thank you but I don't consider MAXCDN a real CDN since they don't have any servers in South America (where most of my users are) and they don't plan to.Drainpipe
M
0

Links of public CDN for CKEditor

  1. https://cdn.ckeditor.com/ (Official)
  2. https://cdnjs.com/libraries/ckeditor
  3. https://www.jsdelivr.com/package/npm/ckeditor
Manyplies answered 10/6, 2019 at 18:16 Comment(0)
T
0

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>
Trunkfish answered 9/8, 2019 at 6:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.