Wade Wegner

Results 39 comments of 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: ![image](https://user-images.githubusercontent.com/746259/27988461-113f647c-63d7-11e7-9771-f32342fb813e.png)

And if I use `` I get no notification. ![image](https://user-images.githubusercontent.com/746259/27988463-29a557a6-63d7-11e7-93ff-ab72d9e0d33c.png)

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: ``` ``` ![image](https://user-images.githubusercontent.com/746259/27988851-61af16d2-63e1-11e7-843c-afd951bad4b2.png)

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. ![image](https://user-images.githubusercontent.com/746259/27989273-23eff6b4-63ea-11e7-82ba-3ec1e4297041.png)

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...