Is it possible to make the Wysiwyg module use the CKEditor's CDN for delivering the editor to the browser client?
1 Answer
If all you're using the wysiwyg editor is for ckeditor, you can use the ckeditor module instead.
This module will allow Drupal to replace textarea fields with the CKEditor - a visual HTML editor, usually called a WYSIWYG editor. This HTML text editor brings many of the powerful WYSIWYG editing functions of known desktop editors like Word to the web. It's very fast and doesn't require any kind of installation on the client computer.
you can tell ckeditor to use the CDN in the Advanced settings of the Global Profile:

- When I go to Configuration all I see is a section called "Content Authoring" and two menu options: "Text Formats" and "Wysiwyg Profile". I looked through all the sections in the Wysiwyg profile but didn't see an advanced settings section.Adam– Adam2015-07-06 00:20:17 +00:00Commented Jul 6, 2015 at 0:20
- @AdamFisher sorry, missed a line when typing - if all you're using wysiwyg for is ckeditor, use the ckeditor module instead and you can do the aboveGeoff– Geoff2015-07-06 00:28:17 +00:00Commented Jul 6, 2015 at 0:28
- I did look into that module but some of the modules I plan to use are requiring Wysiwyg so I thought I would kill two birds with one stone. If I have to I suppose I can just live with it being served from my server. I was hoping maybe there was an easy hook for itAdam– Adam2015-07-06 00:31:00 +00:00Commented Jul 6, 2015 at 0:31
- @AdamFisher a quick look around, and in the module files themselves, I see no reference to CDNs anywhere, so I don't think it supports that functionality - you may be forced to use both, or keep the files localGeoff– Geoff2015-07-06 00:56:20 +00:00Commented Jul 6, 2015 at 0:56