I'd like to get rid of most font styles as I paste in from Word, but have a way to retain font colours if they aren't the default (black). This way, if the text in my Word doc has a line of red text, I won't lose that.
Config options for the PasteFromWord plugin include a way to retain Word's font styles as they are pasted in (pasteFromWordRemoveFontStyles = false), but this opens the gates to whole lot of font cruft. All I want to let through is any non-default font color.
Retaining font sizes can be largely dealt with in Word by using H1-H6 styles there, but I don't see how I could have a style in Word for red text and have that paste over to CKEditor. Any help or ideas appreciated. Thanks.