gregjacobs / Autolinker.js

Utility to Automatically Link URLs, Email Addresses, Phone Numbers, Twitter handles, and Hashtags in a given block of text/HTML
MIT License
1.48k stars 238 forks source link

feat(): add TikTok mentions and hashtags #371

Closed tomas-mikula closed 2 years ago

tomas-mikula commented 2 years ago

TikTok has also fixed url for:

So we could add this functionality to support this network too.

daliclass commented 2 years ago

Nice - Looking forward to this feature :)

sudpaw commented 2 years ago

Awesome. Can we get this merged!

tomas-mikula commented 2 years ago

@gregjacobs Could you please take a look?

tomas-mikula commented 2 years ago

@olafleur Could you please take a look / review?

gregjacobs commented 2 years ago

Hey guys, so sorry for the delay on this. Great job adding this, and appreciate the contribution!

gregjacobs commented 2 years ago

Oof, can't release this change just yet. Had a bunch of failing tests, and seems Autolinker's CI integration shut down so we didn't see it on this PR. Fixing now

gregjacobs commented 2 years ago

Just realizing too: did you forget to push some files? For instance, I don't see any changes to mention-matcher.ts for a TikTok regexp

gregjacobs commented 2 years ago

Ok I fixed things up and released as v3.15.0 👍