Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 945 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 945 Bytes

Autolink

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

How to use

  1. git clone this plugin repo:

    git clone https://github.com/Gnodiah/ckeditor-autolink.git autolink
  2. copy this plugin directory to your ckeditor's plugins directory:

    cd autolink
    cp -r plugins/autolink your_dir_path/ckeditor/plugins
  3. add this plugin to your ckeditor's config.js, like this:

    config.extraPlugins = 'autolink';

OK, now it works!

LICENSE

See LICENSE.txt