tinker
tinker copied to clipboard
Social code collaboration made simple.
I've added hotkeys for run, save, switching between editors. Also I've added tabbed layout. In this layout only one editor is visible. User can switch between editors using buttons above...
A cool feature for tinker would be to utilize web sockets to have live code so multiple devs can see the code as it changes. Thoughts?
It might be nice if each of the sections (html, css, js, output) expanded when you clicked on it, or tabbed to it. Just a design suggestion, feel free to...
Hi, I like tinker.io and its lean interface (in contrast with jsfiddle) and use it to post code examples on stackoverflow.com , but it's bugging me that does not include...
It's awesome that you can share the URL without an explicit revision number. That way you can be sure the recipient is seeing the latest, including any last-minute fixes and...
This would allow you to build a quick mockup of something and share it with someone who isn't a programmer, or would otherwise be distracted by seeing code. It could...
[Zen Coding](https://github.com/sergeche/zen-coding) is [available for CodeMirror](http://zen-coding.ru/codemirror/), and it speeds up HTML code composing a lot.
Since such a tool is useful to compare a piece of code in different browsers, I would like to have the ability, that it works in older browsers, too -...