New Version of jsbin.com
11–20 of 30 posts
Re: New Version of jsbin.com
#12I recall using jsbin a month or so ago and had it fail on some basic JS I had inputted to test it out. Anecdotal and without proof but that is what made me decide on using jsfiddle. Going to give jsbin another try with this new version. *edit: This frustrates me so much on jsfiddle and I'm guessing it's a default browser formatting thing but why don't you guys make the curly braces NOT leap forward from where my curs…
But I'd understand if that's not an acceptable answer for you.
Re: New Version of jsbin.com
#13Re: New Version of jsbin.com
#14I recall using jsbin a month or so ago and had it fail on some basic JS I had inputted to test it out. Anecdotal and without proof but that is what made me decide on using jsfiddle. Going to give jsbin another try with this new version. *edit: This frustrates me so much on jsfiddle and I'm guessing it's a default browser formatting thing but why don't you guys make the curly braces NOT leap forward from where my curs…
However, if you open the devtools console in your browser, and run: `jsbin.settings.editor.smartIndent = false` it'll disable the indenting. The setting is sticky, so you it should remain whilst the data is stored against the browser.
Re: New Version of jsbin.com
#15This looks like another great alternative to JsFiddle/Plunkr (both of which are excellent). One question though: why is my download button grayed out?
Re: New Version of jsbin.com
#16The big change in jsbin is the live aspect:
* Start typing, your code is saved and continues to save as you type.
* As you type the live output is updated automatically.
* Open the the full preview url (without /edit) in any other window - be it browser or mobile phone, and that will update in real-time too. So you can edit on your desktop, and the rendered output will appear on you mobile devices.
* If you share the url with /watch on the end, people can watch what you type in real time.
More detail will be in the post later today. I'll try to answer more questions here if they come up.
It also continues to be completely open source: http://github.com/remy/jsbin - so welcoming any contributions :)
Re: New Version of jsbin.com
#17Needs to be clearer how to access the actual site. Took me a long while before I finally saw and clicked edit in the top right.
Re: New Version of jsbin.com
#18I recall using jsbin a month or so ago and had it fail on some basic JS I had inputted to test it out. Anecdotal and without proof but that is what made me decide on using jsfiddle. Going to give jsbin another try with this new version. *edit: This frustrates me so much on jsfiddle and I'm guessing it's a default browser formatting thing but why don't you guys make the curly braces NOT leap forward from where my curs…
WRT formatting, a lot of JS coders think you should always begin your curly braces on the same line as the statement, not on the next, or you risk the wrath of automatic semicolon insertion. The formatter seems fine if you do it this way, and it's also a generally good idea to avoid bizarre, hard to track down bugs. But I'd understand if that's not an acceptable answer for you.
That's to e.g. return an object though.
On the other hand, allman with anonymous functions? That's completely bonkers-looking.
Re: New Version of jsbin.com
#19Love the "Convert to" feature with HTML, CSS & JS
Re: New Version of jsbin.com
#20I clicked on it this morning and it loaded the welcome article on the right and html on the left. Good shit!