Autolink is a plugin for CKEditor, used to generate a hyperlink automatically when you typing a URL-like string. For example, when you input a string like https://github.com, it convert it to a real hyperlink rather than plain text.
NOTE: To make this plugin works, you should type an extra character such as SPACE KEY or ENTER KEY.
Browsers supported: Chrome/Firefox/IE
-
git clone this plugin repo:
git clone https://github.com/Gnodiah/ckeditor-autolink.git autolink
-
copy this plugin directory to your ckeditor's plugins directory:
cd autolink cp -r plugins/autolink your_dir_path/ckeditor/plugins
-
add this plugin to your ckeditor's config.js, like this:
config.extraPlugins = 'autolink';
OK, now it works!
See LICENSE.txt