-
Notifications
You must be signed in to change notification settings - Fork 115
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
ability to pull out RAW values. #68
Comments
@anlek vue-at doesn't do that thing for us 😆 - it's just a decorator/helper on textareas. |
Hello @fritx, |
There is no "text array", vue-at just helps us type and @people in the editor |
No worries, I thought I'd ask just to see if it was possible. Right now I'm parsing the HTML content form the contentedtiable area in the backend into the array format mentioned above. It would be lovely if the Vue-at could do that for me in the feature. |
as long as the text following the @ sign is unique, the way you're doing it sounds optimal. Another solution is to have a post-processing command that maintains a shadow input field. I made a pull request for a processItem function a few months ago, and that might be a good place to insert the json that you are talking about. |
Did you mean PR #47 ? There are still problems in that PR, and also I can't get the point relative to this issue 😓 |
I have a situation where I want to be about to have text input that looks like this:
but I want the raw output to look something like this:
This way, I can submit the raw output to a database and can always re-render the users based on their ID. This way if
Andrew
renames himself toDraw
, I can make this changes to the old content.Thoughts on that posibility?
The text was updated successfully, but these errors were encountered: