CKEditor 的公共 CDN

发布于 2024-10-14 19:15:33 字数 141 浏览 4 评论 0原文

简单的一个: 是否有任何公共 CDN 可以加载 CKEditor,就像从 Google 的 CDN 加载 jQuery 一样?

我一直没能找到任何大的 CDN。我想我总是可以热链接到 ckeditor.com 的 JS 文件,但这并不完全是优化的含义。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

梦年海沫深 2024-10-21 19:15:33

您可以将其提交到 http://www.cdnjs.com/ 但它还没有。

编辑:现在已添加: http://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.0.1/ckeditor.js

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

注定孤独终老 2024-10-21 19:15:33

http://cdn.ckeditor.com

它是 CKEditor 的官方 CDN,托管由 Amazon CloudFront 提供并支持 SSL。有关使用 CDN 和/或可用版本类型的更多信息,请访问 CKEditor CDN 网站

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.

最佳男配角 2024-10-21 19:15:33

似乎可以在 jsdelivr.com 上找到
http://www.jsdelivr.com/#!ckeditor

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

沙与沫 2024-10-21 19:15:33

是的,CKEditor CDN 与 Google CDN 一样可用。下面是一个将其包含在 HTML 中的快速片段。

<script src="https://pagecdn.io/lib/ckeditor/4.13.0/ckeditor.js" integrity="sha256-yoULaG5POtLMfQWKvJ1pCbUSX4eM29SBpDbjkZAK6qs=" crossorigin="anonymous"></script>

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>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文