# How to make a hashed tag clickable in posts?

**URL:** https://meta.discourse.org/t/how-to-make-a-hashed-tag-clickable-in-posts/50813
**Category:** Support
**Created:** [2016 年 9 月 28 日午後 6:49 UTC](https://meta.discourse.org/t/how-to-make-a-hashed-tag-clickable-in-posts/50813 "2016-09-28T18:49:02Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [2016 年 9 月 28 日午後 6:49 UTC](https://meta.discourse.org/t/how-to-make-a-hashed-tag-clickable-in-posts/50813/1 "2016-09-28T18:49:02Z")

</div>

I saw somewhere that tags are clickable when in text. But mine is not:

 ![](https://global.discourse-cdn.com/meta/original/3X/e/1/e1855c83982b30a0b95cb758dea4bcd41c0c353c.png)

I haven’t found any relevant setting in the “Tags” section in Settings page. Am I missing something?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2016 年 9 月 28 日午後 10:30 UTC](https://meta.discourse.org/t/how-to-make-a-hashed-tag-clickable-in-posts/50813/2 "2016-09-28T22:30:39Z")

</div>

If it’s not at the beginning of a line, `#` should give you a selector that will match both topics and tags. If it doesn’t work for some reason, or you are too impatient for them to populate you can use `#tag-name::tag`.

You probably have to type a few letters before a tag will match. Here I have to type `#pr` before #pr-welcome is suggested and not just categories.

---

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [2016 年 9 月 29 日午前 12:28 UTC](https://meta.discourse.org/t/how-to-make-a-hashed-tag-clickable-in-posts/50813/3 "2016-09-29T00:28:54Z")

</div>

Thanks, so is this the way for the sustem to distinguish between tags and categories when using a # sign?

Also, for some reason, for this particular tag there are no entries in a dropdown box. Adding ::tag suffix manually does not help either:

 ![](https://global.discourse-cdn.com/meta/original/3X/d/0/d00660118228dfab39bef445fd506b31dc527fa7.jpeg)

Any ideas why it does not work?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2016 年 9 月 29 日午後 5:11 UTC](https://meta.discourse.org/t/how-to-make-a-hashed-tag-clickable-in-posts/50813/4 "2016-09-29T17:11:42Z")

</div>

Maybe it only works for ascii tags?

---

<div class="post-metadata">

### Author: ![Denis\_Didkovsky](https://avatars.discourse-cdn.com/v4/letter/d/53a042/32.png) [@Denis\_Didkovsky](https://meta.discourse.org/u/Denis_Didkovsky)
#### Post date: [2016 年 12 月 23 日午前 8:47 UTC](https://meta.discourse.org/t/how-to-make-a-hashed-tag-clickable-in-posts/50813/5 "2016-12-23T08:47:00Z")

</div>

Non english hashtags didnt worked for us either. Not sure that DS supports nonEnglish htags by design.

> [@If there any chance to patch #category mentions to use not category SLUG but non-English category name on non-engl forums](https://meta.discourse.org/t/if-there-any-chance-to-patch-category-mentions-to-use-not-category-slug-but-non-english-category-name-on-non-engl-forums/50138):
>
> @tgxworld If there any chance to patch #category mentions to use not category SLUG but category name (non-English category name on non-engl forums). Example: this is mention #Календарь (Russian category Calendar) -\> subsidized with SLUG and seen as #Calendar , not local category name. many thanks

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [2022 年 7 月 22 日午前 8:47 UTC](https://meta.discourse.org/t/how-to-make-a-hashed-tag-clickable-in-posts/50813/10 "2022-07-22T08:47:23Z")

</div>


