Most other ticketing systems have this. It would be beneficial to be able to "mention" someone without automatically subscribing them to the ticket. One idea would be to make it to where @user just sends them an email about the single reply, while ##user actually subscribes them to the ticket. Any thoughts on that? We would find this extremely useful, especially for internal/private comments.
Was curious to see what I could do via custom loaded JS, but got some pretty ugly JS out of it. Is that editor.js (wswgEditor) something you wrote OR picked up from somewhere else?
var userName;
function MentionUser(keyEvent) { console.log(keyEvent.key, keyEvent);