Public CDN for CKEditor

后端 未结 5 1217
误落风尘
误落风尘 2020-12-14 17:39

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 h

相关标签:
5条回答
  • 2020-12-14 17:51

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

    0 讨论(0)
  • 2020-12-14 17:52

    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>
    
    0 讨论(0)
  • 2020-12-14 17:58

    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
    0 讨论(0)
  • 2020-12-14 18:04

    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.

    0 讨论(0)
  • 2020-12-14 18:05

    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

    0 讨论(0)
提交回复
热议问题