Ashus / ckawesome

CKAwesome is a Font Awesome plugin for CKEditor.

Home Page:http://io.blackdevelop.com/ckawesome/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CKAwesome

CKAwesome is a Font Awesome plugin for CKEditor.
It allows you to easily insert a Font Awesome icon into your text in CKEditor.
The dialog loads the Font Awesome css file to know the avaiable icons and shows them on a select box.

Install

  1. Extract the downloaded file into the CKEditor’s plugins folder.
  2. Enable the plugin by changing or adding the extraPlugins line in your configuration (config.js):
  • config.extraPlugins = 'ckawesome';
  1. Add the icon to the toolbar (optional):
  • config.toolbar = [{ name: 'CKAwesome', items: ['Image', 'ckawesome']}];
  1. Add the path to your Font-awesome css file:
  • config.fontawesomePath = 'path/to/your/fontawesome/folder/font-awesome.min.css';
  1. Include resources/frontend.css after including Font Awesome on your frontend to counter the extra hard space. (optional)

Demo

http://io.blackdevelop.com/ckawesome/

#License © 2017, Blackdevelop under GNU GPL v3.

About

CKAwesome is a Font Awesome plugin for CKEditor.

http://io.blackdevelop.com/ckawesome/

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.3%Language:CSS 5.7%