mindmup / bootstrap-wysiwyg

Tiny bootstrap-compatible WISWYG rich text editor
MIT License
5.56k stars 841 forks source link

Invalid URLs #132

Open shanganesh opened 10 years ago

shanganesh commented 10 years ago

Is it possible to add custom/simple validation for the URL entered in 'Add URL' text field?

steveathon commented 10 years ago

You'd have to switch out the standard "createLink" command in the JS for that button, and replace it with a customised URL insertion one. So yes, it is possible - but not really core to what it does.