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

confusing translation #20

Closed guntram closed 10 years ago

guntram commented 10 years ago

hi!

i have a certain issue when using the autolinker in a chat environment.

let the autolinker parse this message:

"Hello Toni:D"

the autolinker creates a link like that:

"Hello Toni:D"

which it shouldn't, should it?

is "Name:D" a valid link?

besides this issue, the plugin is awesome! :)

regards, guntram

guntram commented 10 years ago

btw. i solved this issue by pre-filtering emoticons to be wrapped into spaces :)

nescha commented 10 years ago

I have same problem, pasting something like this creates mess: BEGIN:VCALENDAR VERSION:1.0 BEGIN:VEVENT DTSTART:20140401T090000 DTEND:20140401T100000 SUMMARY:Some thing to do LOCATION: DESCRIPTION:Just call this guy yeah! Testings PRIORITY:3 END:VEVENT END:VCALENDAR

gregjacobs commented 10 years ago

Hey guys, sorry for the lateness on this one. This should be fixed now as of v0.10.1. Give it a try, and feel free to open a new issue if you find anything!

-Greg

guntram commented 10 years ago

cool! thanks alot! :)