Is it possible to automatically replace some text with some other directly while typing in CKEditor.
Examples would be to directly replace:
- "Mr" --> "Mister"
- "Mrs" --> "Madam"
- "BC" --> "business card"
I know I could do this while saving or while typing, etc., but it would be very nice to get the correct result with a configuration interface to save those words.
Thankful for any pointers!