New CKEditor plugin to expose 'anchor' functionality
The Fuel bundled 'fuellink' CKEditor plugin requires that the CKEditor 'link' plugin be disabled.
Unfortunately, the 'link' plugin supports both url links and anchors so with this plugin disabled, we get no ability to handle anchors.
I've published a new 'fuelanchor' plugin at
https://github.com/croaker000/fuelanchor which addresses the problem. It's basically the original 'links' plugin, renamed, and the url link functionality removed so it plays nicely with our existing Fuel plugins.
Comments