Skip to content

gnodiah/ckeditor-autolink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A hyperlink auto-generator plugin for CKEditor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published