liferay / alloy-editor

WYSIWYG editor based on CKEditor with completely rewritten UI
http://alloyeditor.com
GNU Lesser General Public License v3.0
1.39k stars 281 forks source link

Convert email addresses into mailto: links #522

Closed mattleff closed 8 years ago

mattleff commented 8 years ago

In the link dialog when you enter me@example.com it would make more sense to link it as mailto:me@example.com instead of http://me@example.com. The link dialog should be smart enough to convert medium.com/@wob/the-sad-state-of-web-development-1603a861d29f to http://medium.com/@wob/the-sad-state-of-web-development-1603a861d29f though.

Pull: #523.

ipeychev commented 8 years ago

Hey @mattleff,

Thanks for the contribution. There are some comments on the pull request, would you like to take a look on them?

Thanks,