Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow "mentioning" of users in posts #54

Open
AndrewGodwin86 opened this issue Nov 13, 2015 · 7 comments
Open

Allow "mentioning" of users in posts #54

AndrewGodwin86 opened this issue Nov 13, 2015 · 7 comments

Comments

@AndrewGodwin86
Copy link

Like other social networks/comms apps, allow mentioning, i.e. @ + username, of users in posts.

Then probably notify mentioned users of post.

@pmuens
Copy link
Member

pmuens commented Nov 13, 2015

Yes, that's a good idea. Thanks!

@AndrewGodwin86
Copy link
Author

Not tried it out yet but I found this package which looks like it might do the job:
https://github.com/tsega/meteor-mentions

@AndrewGodwin86
Copy link
Author

At.js also looks promising
https://github.com/ichord/At.js

@pmuens
Copy link
Member

pmuens commented Nov 13, 2015

That's really cool. Great resources. Thanks!

I've used this https://github.com/mizzao/meteor-autocomplete in the past but I think your packages are way more lightweight.

dantestopp added a commit to dantestopp/gravity that referenced this issue Mar 11, 2016
@mattvella07
Copy link
Contributor

This one seems to be done and working, but should we make the username a link? Or at least a different color in order to differentiate a mentioned user from plain text?

@pmuens
Copy link
Member

pmuens commented May 11, 2016

That is a good idea. Maybe we can use a highlighting which is used in e.g. slack (highlight the background of the username rather than the username).

@mattvella07
Copy link
Contributor

Like this?
screen shot 2016-05-11 at 3 13 40 pm

mattvella07 added a commit to mattvella07/gravity that referenced this issue May 12, 2016
pmuens added a commit that referenced this issue May 12, 2016
#54 - Added links to user's profile when a user is mentioned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants