by brycecolquitt on 12/17/12, 6:42 PM with 82 comments
by arscan on 12/17/12, 8:03 PM
I think its important to create as little friction to usage as possible, and you've done that.
by bluetidepro on 12/17/12, 6:56 PM
Any plan on open sourcing the code to do the real-time editing? I would love to use this real-time editing concept in a project I'm working on.
by meric on 12/18/12, 3:43 AM
http://scratchpad.io/5mqq98D51P
Every change forces a reload on the iframe. I wonder if there's a way to prevent that.
<html>
<body>
<h1>Heading</h1>
<iframe width="640" height="480"
src="http://scratchpad.io/5mqq98D51P">
</iframe>
</body>
</html>
by dergachev on 12/18/12, 1:01 AM
In fact, if anyone else is interested in forking the code and experimenting with it, feel free to fork my plunk and go to town:
http://plnkr.co/edit/49fOC5Mq3bcBysKfdPor?p=preview
(Hope you appreciate the irony of forking scratchpad.io via Plunker. Also, it'd be wicked if Plunker could automatically "fork" html webpages, pull in all the required resources and/or updating path references).
by rjvir on 12/17/12, 7:04 PM
by gailees on 12/17/12, 6:48 PM
by geuis on 12/17/12, 7:01 PM
One of my biggest frustrations with jsfiddle is the crappy coding area (not to mention the default selection of Mootools among others).
by pxlpshr on 12/17/12, 7:13 PM
For front-end designers looking for a similar effect within your own text editor and browser window, I can not live without the CodeKit app now. It does a similar real-time effect each time the template files are saved. Also supports less, js debugging/minification, and other production processes.
by robot on 12/17/12, 7:56 PM
by overshard on 12/17/12, 7:15 PM
What features do you provide that say, http://jsfiddle.net/, http://cssdesk.com/, http://dabblet.com/, http://rendera.heroku.com/, doesn't? (Just the first 4 items that came up in a Google search, the list could go on...)
by jakozaur on 12/17/12, 6:52 PM
Right now, you are just awesome ;).
by randylubin on 12/17/12, 6:51 PM
Could probably use the multi-user sync for front-end technical interviews.
by mahmoudimus on 12/17/12, 7:26 PM
by mixmastamyk on 12/17/12, 8:25 PM
Press ⌘ + i to toggle fullscreen view
I don't have this key and suspect a lot of others don't either. ;)by danielfriedman on 12/17/12, 6:52 PM
by quarterto on 12/17/12, 7:42 PM
Other commenters have pointed out a myriad of similar such services. I'm surprised Codepen hasn't come up already.
@brycecolquitt, you are obviously very talented, and I look forward to whatever you come up with in the future. I just hope it's not in a space as hotly contested as this.
by mattlong on 12/17/12, 10:08 PM
Bug: (Chrome Version 23.0.1271.97 on OSX)
Expand the side panel and select a document from the RECENT list. The editor area doesn't update completely; the text loads, but there are only line numbers up to the length of the previously viewed document and it's impossible to move the cursor below the last line number (http://i.imgur.com/h9nMh.png).
EDIT: Correction, the line numbering is correct, the problem is with the line-height in the editor.
by scott_karana on 12/18/12, 1:25 AM
When typing text into a <p> or an <h1> for example, if I type "I'm", I get the smart double quote feature, and end up typing:
I'm going to the zoo'
Likewise, if I go back into the stream of some text in a <p>, and want to wrap it in a span, if I click at the start of it and type <span id="foo">, I get another span on the other side of my cursor, pushing the existing text over.
Otherwise, utterly fantastic tool. Trying to use it for real work already :)
by sachleen on 12/17/12, 7:39 PM
Bug:
Open the about panel by clicking the icon in top left (three horizontal bars). Close the panel by clicking the same icon.
Maximize the preview window by clicking the arrow in the top right of the edit panel. Click the arrow to view the code panel again.
The about panel pops out as well and the arrow button covers the show/hide about (three horizontal bars) button. Expected behavior: it should return to the view that I had before maximizing.
by kurtfunai on 12/17/12, 7:09 PM
by dmor on 12/18/12, 4:30 AM
by gbadman on 12/17/12, 7:15 PM
I'm particularly curious as to how you've done the collaborative bit given that you don't have explicit control over the order of operations of edits.
by mrmirz on 12/17/12, 8:22 PM
by tomasien on 12/17/12, 6:57 PM
Quick thing: I have a page quickramen.com/test/test that has links that navigate around the page. If you click those now, it loads the code again in another mini-window and doesn't go anywhere.
JUST a bug to be aware of if you're keeping a log!
by edwinyzh on 12/18/12, 10:49 AM
by Aardwolf on 12/18/12, 10:55 AM
What is this thing, I don't have such a key on my computer?
by ph0rcyas on 12/18/12, 12:09 AM
http://codemirror.net/
http://codemirror.net/demo/preview.html
by ams6110 on 12/17/12, 8:10 PM
by JimmaDaRustla on 12/17/12, 8:11 PM
by stuaxo on 12/18/12, 1:28 PM
Not sure if it's supposed to just say 'Loading...' at the top the whole time either..
by aleem on 12/18/12, 3:14 AM
by chaselee on 12/18/12, 12:40 AM
by joebeetee on 12/18/12, 8:55 AM
by ewolfe on 12/18/12, 12:54 AM
by hybrid11 on 12/17/12, 10:17 PM
Is there anyway to make the text editor pane resizeable?
by iamhenry on 12/17/12, 11:37 PM
by gailees on 12/17/12, 6:50 PM
by zapt02 on 12/17/12, 10:22 PM
LESS/SASS possible? :)
by schpet on 12/17/12, 8:34 PM
by path411 on 12/17/12, 11:26 PM
by anuaitt on 12/18/12, 9:13 AM
by kine on 12/17/12, 6:53 PM
by pjrvs on 12/17/12, 11:08 PM
by matt_ on 12/17/12, 7:42 PM
by orlandob on 12/19/12, 4:53 PM