Reputation: 1363
Anyone know which Plugins are included with CKEditor Full Package?
I was looking through the list of Plugins to see which were worth including but there are 476 in total. Many of these already seem to have been included and installed with the Full Package.
Upvotes: 0
Views: 112
Reputation: 2239
You can find the list of plugins available in the official CKEditor presets (Basic, Standard, Full) here: http://ckeditor.com/presets
Additionally, you can (and should) create a custom build that would contain just the features you need with CKBuilder. It's not a good practice to download the biggest package there is and then just use a small subset of its features.
Visit the CKEditor SDK for a collection of samples with different configurations that showcases different editor features.
Upvotes: 1