Implement AutoCorrect in a Quill editor

Viewed 550

I'd like to implement AutoCorrect in my Quill editor.

For example, when the user types the string (c) in their Quill editor, I'd like to replace it with the string ©.

I'd like to use the same mechanism to replace straight quotes with curly quotes, to correct basic misspellings, and to automatically insert a new bulleted list when the user starts a new line with *, so I'm looking for an efficient mechanism that can be generalized around those use-cases.

What do you suggest?

1 Answers
Related