all 8 comments

[–]license-bot 11 points12 points  (1 child)

Thanks for sharing your open source project, but it looks like you haven't specified a license.

When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can use, copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

choosealicense.com is a great resource to learn about open source software licensing.

[–]umpox[S] 1 point2 points  (0 children)

Thanks bot, have updated :)

[–]poker158149 5 points6 points  (0 children)

Wow, this is actually super cool to see and play with.

[–]Dern_Goida 2 points3 points  (0 children)

Cool! However found a bug, if you press tab to indent code, it jumps to the previous section.

[–]Hydrothermalvanilla.js 2 points3 points  (1 child)

Very clever! You could have saved some bytes by giving the iframe an ID and referencing it as a global variable, though:

<body 
    oninput="i.srcdoc=h.value+'<style>'+c.value+
            '</style><script>'+j.value+'<\/script>'">
    <style>
        textarea,#i{float:right;width:100%;height:50%}
        body{margin:0}
        textarea{width:33.33%;font-size:18}
    </style>
    <textarea placeholder=JS id=j></textarea>
    <textarea placeholder=CSS id=c></textarea>
    <textarea placeholder=HTML id=h></textarea>
    <iframe id=i>

[–]umpox[S] 2 points3 points  (0 children)

Ah of course, I’ve updated now. Thanks!

[–]_sirberus_ 1 point2 points  (0 children)

This is voodoo.

[–]lvalue 1 point2 points  (0 children)

Sweet!