Skip to content

michaeljanea/font-awesome-ckeditor-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.

Compatible with Font Awesome 4.3

Installation

1. Extract the downloaded file (fontawesome.zip)
2. Copy the "fontawesome" folder to "ckeditor/plugins/" folder
3. Open the file "ckeditor/config.js"
4. Add theses lines:
    config.extraPlugins = 'widget,lineutils,fontawesome';
    config.contentsCss = 'path/to/your/font-awesome.css';
    config.allowedContent = true;
5. In your HTML's <head> section add this code:
    <script>CKEDITOR.dtd.$removeEmpty['span'] = false;</script>
6. Make sure to clear your browser's cache
7. Done

Dependencies

It requires the following plugins to work: Widget, Line Utilities, and Color Dialog.

Logs

v1.2
    updating of font awesome
v1.1
    updating of font awesome
v1.0
    initial release

About

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published