The initial plan for https://github.com/ckeditor/ckeditor5-mention was that it's going to be a concrete implementation of "autocompletion" while we still planned to work on opening the tools needs to build your own autocompletion features.
The mention feature is sufficient for things like inserting @mentions
or #hastags
. It also implements specific behaviour of the mention item in the editor (e.g. removing the mention if someone modifies its text). It's fairly configurable, however, it does not allow some customizations:
Example features which will be possible to develop with those tools:
Add 馃憤 to this comment if you would like to see this feature implemented.
A case for autocomplete - almost like Mention plugin but with custom "slash commands":
Most helpful comment
A case for autocomplete - almost like Mention plugin but with custom "slash commands":