Wade Wegner
Wade Wegner
Note that @sindresorhus punted to you. https://github.com/sindresorhus/get-urls/issues/15#issuecomment-262281028
I've also tried `` in the message, and while that sends me a notification it also doesn't render properly: 
And if I use `` I get no notification. 
Marginal improvement. Passing in `link_names: 'true'` as params ... ``` const params = { link_names: 'true' }; ``` ... and the following ` ` results in a linked username for...
Also, it's interesting to note that the following two formats work correctly for channel: ``` ``` 
Okay ... so, looks like turning `link_names` to `true` makes the standard `@wadewegner` work. Huh. That was quite the journey.
Okay, maybe not. Here's some sample text: `const message = 'I found a :neutral_face: [excitement (99.7%)] tweet! (FYI @wadewegner.)';` Now it's not notifying me. 
If I change the sample text to `const message = 'I found a :neutral_face: [excitement (99.7%)] tweet! (FYI @wadewegner .)';` (notice the space after `@wadewegner`) it works.
I too am looking forward to this functionality!
Yes, it does have some built-in capabilities and it will make assumptions. The one missing here is that if it can't find the yml file it will look for a...