Hello,
I am new to CKEditor and I need help to get started. I want to develop a simple spell checker. I send data from my editor to server which returns json with errors and suggestions. So I have all json objects that I need in javascript.
What I want to acomplish now is to highlight words in my editor which contains errors and let user select a word from suggestions to replace that error (maybe list of suggested words can be on right mouse click).
Can someone please give me advice where to start and what functions in CKEditor API to look and use?
Thanks in advance!