In this lesson, learn how to implement a stand-out google docs feature: mentions. This is where you type an @
symbol to notify a user that their attention is required in a specific portion of a document. You can also customize the marker to something like a #
to support features like tags.
Mentions in CKEditor are fully customizable with features like getting mention dropdown options with an async function, providing a custom render function, limiting dropdown options, and more.
Links