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

Tags not working as expected #120

Open
wlsidlsi opened this issue Feb 25, 2024 · 0 comments
Open

Tags not working as expected #120

wlsidlsi opened this issue Feb 25, 2024 · 0 comments

Comments

@wlsidlsi
Copy link

Use Case
Copy and paste tags into the edit tags field doesn't properly parse.

Issue

If I copy and paste the below strings in tags it always treats as one tag. Shouldn't have to hit enter for each tag.

sequence becomes string
#a #b #c => "#a #b #c"
#a, #b, #c => "#a, #b, #c"
#a #b < press enter> #c => "#a" "#b" "#c"

Expected Behavior
I expect for it to parse the list of hashtags and treat as individual hashtags. Hashtags, with space if allowed, should end with another hashtag to signal the space is meant to be included in hashtag. Hashtags shouldn't have commas, colons, semicolons or other special characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant