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

Get Current Tags #92

Closed
devhossamali opened this issue Mar 11, 2019 · 2 comments
Closed

Get Current Tags #92

devhossamali opened this issue Mar 11, 2019 · 2 comments

Comments

@devhossamali
Copy link

Could you add a functionality for getting the current added tags as members?

image

current_tagged_members: 
[{
  name: "John",
  id: "123456"
},
{
  name: "Jen",
  id: "987654"
}]
@fritx
Copy link
Owner

fritx commented Mar 14, 2019

Hi, it is related to #34, but again

It's hard to get the complete tagInfo like { name, id }, I think.

‘Cause if the html content was put from server as direct string field in response like

response = { atInput: '<em>@John</em> <em>@Jen</em> test comment' }

then <at> would be not able to detect what the hole tagInfo was.

@devhossamali
Copy link
Author

Ok thanks

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

2 participants