# Category link insertion tool

**URL:** https://meta.discourse.org/t/category-link-insertion-tool/25830
**Category:** Feature
**Created:** [February 28, 2015, 11:39am UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830 "2015-02-28T11:39:18Z")
**Posts on this page:** 8
**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: [February 28, 2015, 11:39am UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830/1 "2015-02-28T11:39:18Z")

</div>

While writing a post, I’d like a button on the toolbar that would allow me to quickly insert a link to a particular category, e.g.:

```
[auto-inserted category name][1].

  [1]: http://example.com/c/auto-inserted-category-link

```

Does anyone find it could be practical?  
Is it more about plugin functionality or core one?

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [February 28, 2015, 12:56pm UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830/2 "2015-02-28T12:56:53Z")

</div>

Why? It is hard to say whether it is something worth having without knowing why it is needed.

---

<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: [February 28, 2015, 10:21pm UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830/3 "2015-02-28T22:21:48Z")

</div>

For example I personally put a category link in my posts, in private messages (because I’m the moderator) and in the forum tutorials, and while creating inter-links. Every time I do this, I have to:

1. Open 2nd tab with my forum
2. Close the editor that pops out automatically (since I’m editing in the other tab)
3. Open categories page
4. Open the category that I need
5. Copy the link
6. Go back to the Editor
7. Type category name
8. Click “link” button
9. Insert the copied URL

Phew!

Actually, the same would work good for inserting links to topics.  
The functionality could be joined in one dialog box:

1. Click the button on the toolbar
2. Start typing the title of the topic or category.
3. Click on one of the results
4. The link gets inserted into the text

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [February 28, 2015, 10:27pm UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830/4 "2015-02-28T22:27:29Z")

</div>

You could try using the Clippings addon (or similar) eg. I have

`[FAQ](http://community.sitepoint.com/faq)`

---

<div class="post-metadata">

### Author: ![chapel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapel/32/122414_2.png) [@chapel](https://meta.discourse.org/u/chapel)
#### Post date: [February 28, 2015, 10:33pm UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830/5 "2015-02-28T22:33:07Z")

</div>

[![](https://global.discourse-cdn.com/meta/original/4X/8/c/6/8c68a8e3497e34d30e66b99d5b5e714ddd9b5e94.png) ](https://dl.dropboxusercontent.com/s/yzcdii5nyabj5f3/Screenshot%202015-02-28%2014.23.31.png?dl=0)

1. Click menu icon
2. Right click on desired category
3. Select **Copy Link Address**
4. Type `[category name](`
5. Paste link copied in 3
6. Type `)`

There you go, you have a link to a category without opening any tabs.

---

<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: [March 1, 2015, 12:43am UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830/6 "2015-03-01T00:43:00Z")

</div>

Good, for now will have to use that dropdown menu.  
Yes it’s still 6 actions to do - could be much easier with the toolbar button and auto-link insertion.

---

<div class="post-metadata">

### Author: ![chapel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapel/32/122414_2.png) [@chapel](https://meta.discourse.org/u/chapel)
#### Post date: [March 1, 2015, 2:06am UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830/7 "2015-03-01T02:06:12Z")

</div>

If you know JS you could create your own button with custom logic. Wouldn’t be too difficult.

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:35am UTC](https://meta.discourse.org/t/category-link-insertion-tool/25830/8 "2025-12-04T11:35:44Z")

</div>


