# Auto-Linkify Words

**URL:** https://meta.discourse.org/t/auto-linkify-words/82193
**Category:** Theme component
**Tags:** official, linkify-words
**Created:** [March 5, 2018, 7:16am UTC](https://meta.discourse.org/t/auto-linkify-words/82193 "2018-03-05T07:16:06Z")
**Posts on this page:** 1
**Showing post:** 216

<div class="post-metadata">

### Author: ![md-misko](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/md-misko/32/126315_2.png) [@md-misko](https://meta.discourse.org/u/md-misko)
#### Post date: [August 1, 2022, 4:52am UTC](https://meta.discourse.org/t/auto-linkify-words/82193/216 "2022-08-01T04:52:18Z")

</div>

> [@sam](#):
>
> using the component vs built in watched words?

I found two main issues with the built-in watched words

- cannot add complex regexes: An error occurred: Word is too long (maximum is 100 characters)
- cannot use arbitrary character as word boundary: namely underscore
- also inability to edit rules or change order of execution is less then ideal

PR for the component exposes word boundaries to the user, and there are no issues with long regexes (apart from inability to use |, which is also addressed in PR).

Otherwise watched words work perfectly, and If these can be addressed in core I’m all for it.

---

_[View the full topic](https://meta.discourse.org/t/auto-linkify-words/82193)._
