TextSelection Plugin for the CKEditor
Home
Demos
Source Area Demo
Source Area(CodeMirror) Demo
Installation
Download
View on GitHub
Plugin Installation
Extract the contents of the file into the "plugins" folder of CKEditor.
In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'textselection';