-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for hashtags #848
Comments
I agree, hashtag support would be very useful precisely for the reasons you point out. Support wouldn't have to be as detailed or as complex as it is on, say, Twitter, just the simplest functionality mentioned to start with. It really would be a valuable feature. |
I added this to the iOS client I'm working on because I "need" clickable hashtags. I did it the quickest and easiest way: when displaying posts, I use regex to find hashtags in the text and create facets that link to the search page and perform a search. [Edit to say: I'm just adding this comment to as a +1 to the feature but also to say that, as a user, the relatively easy, minimal implementation I tried is enough to satisfy me (for now) as verified by daily usage and a test audience of 1 person.] |
Out of curiosity : when it's implemented, will all the "hashtags" in existing posts turned into real clickable hashags ? Or would this only affect new posts ? |
I would prefer if all the existing "hashtags" got turned into real ones. People are already using them and it would be nice to not have to repost art and stuff just to redo the hashtags. |
The ability to “follow” hashtags would also be helpful. |
Related to #1533: Comprehensive Tagging System. Benefits of a comprehensive tagging system over hashtags:
|
Just wanted to push this one again. Hashtag support would really be great and at least in my opinion having a minimal version first would be great. Extended features like having full tagging support could still be added in the future. |
The eric/tags branch contains the work being done on implementing them. EDIT: A PR of it has been made. It can be found at #2968. |
This can be closed, no? |
They still haven’t added more than bare minimum for hashtags support. I personally would like to finally have outside tags support in the main app |
Yes, please! I use feeds and some auto-generated ones usually do a plain keyword search and if there is a topic overlap the feed is a very mixed content. Having an ability to save a search into a custom feed (with include/exclude tags) would be awesome. For example there is JVM feed that includes "java", "kotlin" and "scala" so it has a lot of coffee posts or opera related stuff or... minecraft... which is a bit weird :) |
Maybe I’m stating the obvious, but general support for hashtags would be really nice. Even in its simplest form (allow search for them + turn them into links in posts) it would be very valuable.
The text was updated successfully, but these errors were encountered: