Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Build a Google Docs Clone with CKEditor in 30 Minutes

CKEditor Mentions

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