Custom error highlighting
Hi,
Thank you very much for the code. I have question, is there possibility to highlight incorrect words to create custom string builder. For example I want to build:
"Project is not interesting."
Where first three words are correct (taken from one dictionary), but word "interesting" would be blacklisted and highlighted.
Any advice?
Thank you so much for the complement. What you have proposed sounds very interesting. We can implement this using localstorage, and keeping track of blacklisted would be removed from further suggestions on that purticular pattern. This will require some engineering effort, and currently, I'm occupied with my work. Please feel free to work on this and add it as a feature, I'm more than happy to merge it to the codebase.