tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

linkify urls in editor #35

Open tmpvar opened 9 years ago

tmpvar commented 9 years ago

if we start sharing around code, it's going to be really useful to have any reference links automatically linked so that the reasoning behind the code can be explained.

even in things like request.get('http://domain.tld') would benefit from the user being able to click and see what that request looks like directly in the browser!

should go without saying, but the clicking action should open the url in a new tab

tmpvar commented 9 years ago

this is not important right now, moving to later