nova-comments icon indicating copy to clipboard operation
nova-comments copied to clipboard

Feature Request: Mention users

Open jsmit99 opened this issue 2 years ago • 1 comments

It would be great if we could do something like mentioning users (with autofill) when typing @adammparker (like the github comments work).

jsmit99 avatar Jul 19 '23 10:07 jsmit99

Hey @jsmit99, I agree it would be nice if we had that but it would either need to be custom-built or we'd need to pull in some auto-complete textarea Vue component which means we would then have a 3rd party dependency within the package - the current version of this package is so simplistic which is very nice (easy to maintain).

I'd probably want to generalize this behavior so it would allow the developer to make autosuggestions for any number of items (not just users potentially, i.e. any notifiable model) - it gets complicated pretty quickly.

Maybe the most ideal version would instead allow the developer to completely substitute their own custom textarea implementation into the Comment panel somehow, but that's also not something we are looking to support for now.

adammparker avatar Sep 04 '23 15:09 adammparker