@ckeditor/ckeditor5-mention
Version:
Mention feature for CKEditor 5.
19 lines (18 loc) • 495 B
JSON
{
"plugins": [
{
"name": "Mention",
"className": "Mention",
"description": "Introduces support for autocompleting @mentions and #tags. With this feature enabled, when a user types a pre-configured marker, such as <code>@</code> or <code>#</code>, they get autocompletion suggestions.",
"docs": "features/mentions.html",
"path": "src/mention.js",
"htmlOutput": [
{
"elements": "span",
"classes": "mention",
"attributes": "data-mention"
}
]
}
]
}