We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When using At.js with Redactor, Redactors initCallback is what you need:
$('#redactor-item').redactor({ initCallback: function() { $(this.$editor).atwho({ at: "@", data: names }); } });