super_editor icon indicating copy to clipboard operation
super_editor copied to clipboard

[SuperEditor][SuperReader] - Don't linkify values with multiple periods

Open matthew-carroll opened this issue 1 year ago • 2 comments

I discovered that linkification in SuperEditor currently linkifies text with multiple periods, e.g., something....abc converts to a link.

Check for any other related error patterns, fix those patterns, and add tests to ensure those error patterns don't linkify.

matthew-carroll avatar Jan 08 '24 07:01 matthew-carroll

This seems to be an issue arising from the linkify package url parsers which is identifying such patterns a valid url. I've filed issue for this here.

Do we intend to handle this on our side? or want to wait till this is fixed within the package? I'll file up a PR on the package with a fix but based on the activity on the package, it may take some time to have the fix merged in there.

rutvik110 avatar Jan 14 '24 12:01 rutvik110

We can wait for the linkify package to fix it, if that's something that's going to happen.

matthew-carroll avatar Jan 15 '24 22:01 matthew-carroll