Show HN: jsFiddle++, a better jsFiddle(jsfpp.tomodo.me)
jsfpp.tomodo.me
Show HN: jsFiddle++, a better jsFiddle
http://jsfpp.tomodo.me/
12 comments
What about Dart language? Learn Dart has been on my todo list, jsFiddle++ would be a fun playground to do so
AFAIK Dart isn't very widely used, but I'll check if there's a JS compiler for that.
I believe you are right, it is't widely used. But, if you ever find yourself wanting to support it, I'll point you in the right direction: http://www.dartlang.org/docs/dart-up-and-running/contents/ch...
Great tool! The page took a while to load though...
Nice, I was looking for something like that!
Btw. Just tried LESS, and seems like there is some problem. Here's my simple LESS code test:
@color : "green";
div { border: 1px solid @{color}; }
div { border: 1px solid @{color}; }
i'm not familiar with the syntax you have here. i tried it without the quotes on green and without the curly brackets on the color and it worked for me
http://jsfpp.tomodo.me/4xaMK/
http://jsfpp.tomodo.me/4xaMK/
I'll look into that, thanks for the feedback
awesome work! One note though, I tried running an example but the JS didn't load :(
Could be very useful.
nice. what about github integration?
jsFiddle already has support for forking, but I guess you could add something like "fork to Gist". I'll look into that, thanks for the feedback!