You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description for linkify.registerCustomProtocol says "Linkify will consider any string that begins with the given protocol followed by a : as a URL link" but that doesn't seem to be true. Linkifyjs seems to be looking for :// after the protocol for it to be considered a link.
URI schemes without an authority component such as geo:, matrix:, and xmpp: don't get linkified.
when will this be ready?
I am currently adding a custom parser for matrix:u/... links. This causes all kinds of issues. Maybe I should open specific issues in what I am running into. This would be really really helpful!
The description for linkify.registerCustomProtocol says "Linkify will consider any string that begins with the given protocol followed by a : as a URL link" but that doesn't seem to be true. Linkifyjs seems to be looking for
://
after the protocol for it to be considered a link.URI schemes without an authority component such as
geo:
,matrix:
, andxmpp:
don't get linkified.Here is an example: https://codepen.io/aaronraimist/pen/bGoOXrq. Only
mailto
gets linkified.The text was updated successfully, but these errors were encountered: