CKEditor manual installation of plugins
Permalink
I have followed the instructions for the manual installation of the Line Height plugin, adding it to the plugins folder and changing the config.je file, should this now appear on the Rich Text Editor list to be selected?
Hey guys, my CKeditor plugin installer is finally in the marketplace and it takes the pain out of installing plugins. I thought it might help. It's here:http://www.concrete5.org/marketplace/addons/ckeditor-pluginator/...
@mnakalay
Your Content Editor Pluginator add-on looks great.
Your Content Editor Pluginator add-on looks great.
The instructions you followed are for a standard install of CKEditor. The steps are different for installing a CKEditor plugin in concrete5. You can find them in the following discussion.
http://www.concrete5.org/community/forums/themes/how-to-add-a-plugi...
If the line height plugin you intend to use changes line height with a style attribute, I highly discourage you from using it. Setting CSS should ideally be done using selectors in your theme CSS. One way you can do this is by creating a custom editor style.
"Adding CKEditor custom editor styles in a theme (Content block/rich text editor)"
https://documentation.concrete5.org/tutorials/adding-ckeditor-custom...