Hello,
I have published a very simple but useful plugin for CKeditor called Text Transform.
It allows you to transform selected text to uppercase, lowercase or simply capitalize that text.
CKeditor Plugin page:
http://ckeditor.com/forums/Plugins/Text-Transform
You can clone or download project and read the documentation on GitHub:
https://github.com/onderceylan/ckeditor-texttransform-plugin
There is a live demo on jsFiddle:
http://jsfiddle.net/ondercey/t99kV/2/
I hope it will be useful for some.
Not able to transform the selected text
Hi onderceylan,
The plugin created by you is extremely useful, however i have one small doubt.
I have done everything as you have said in the plugin documentation, however i am unable to change case for the selected text in a paragraph.
When i am selecting a particular text in a paragraph, and trying to change the case, the formatting applies to the whole paragraph instead of the selected text. Please guide
Thanks in advance,
Amit M Menghani