I have the ‘ckeditor’ gem installed, but I’m trying to also add a
preview pane for users to see the output of their HTML
document/formatting. The gem’s documentation tells you everything but
how to add new plugins.
http://ckeditor.com/addon/preview
https://github.com/galetahub/ckeditor
Can you share with me your approach if you’ve used the gem before?
Adding config.extraPlugins = ‘preview’ to ‘ckeditor.rb’ initializers
doesn’t work.