-
Notifications
You must be signed in to change notification settings - Fork 294
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
Hashtag system #558
Hashtag system #558
Conversation
Thank you for the patch. I did not test it yet; just a few questions:
I think supporting hashtags is a nice change as it enables typing tags quickly in the description. However I'm concerned that this could make usage/search confusing and/or clutter the UI. |
No. I'm already not a big fan of the additional tag search field, I didn't want to add another one.
They're autolinked in descriptions, with
Full text search will return shaares containing I didn't link hashtags to the tag search, as suggested in the related issue, because it would mean implicitly or explicitly adding hashtags to the tag list (i.e. I actually spent more time toying with the markdown plugin and the regex than thinking that through. Any opinion is welcome. |
It looks good, one last question: what does a I assume it should return all shaares containing
+1 +1 |
I hope/guess it returns also shares associated with tags which have the same keyword of the #hash. |
No it doesn't, yet.
But, it might be a good idea to do so. |
I don't see the point of having an extra |
But that might be the behavior we want actually. |
* Hashtag are auto-linked with a filter search * Supports unicode * Compatible with markdown (excluded in code blocks)
Updated! All hashtags now create a |
Fixes #278
PS: it's a new search type, different from
?searchtag
, which isn't really useful.