Skip to content

brstuff/ckawesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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 (optional):
  • config.fontawesomePath = 'path/to/your/fontawesome/folder/font-awesome.min.css';

Demo

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

#License © 2017, Blackdevelop under GNU GPL v3.

About

CKAwesome is a Font Awesome plugin for CKEditor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •