Fiddle with code in a minimalistic collaborative environment.
MultiFiddle is intended as a multilingual⁂ alternative to editors like JSFiddle, CodePen, JS Bin, Fiddle Salad, and CodeSandbox with a simple interface.
- ⁂ It is not multilingual;
in fact it assumes you'll want CoffeeScript;
you can still include
<script>
tags, but Fiddle Salad, CodeSandbox, JS Bin, JSFiddle, and CodePen all have better language support so far - There is no versioning/forking system, and your code is NOT SAFE (anyone could see or even delete your code)
- You can't put the code beside the output horizontally (a fancy panes system was planned)
- There's not much sandboxing; (there's a good list of best practices for making a code fiddling environment over here)
- Live editing like you get with CodePen, JS Bin, or Fiddle Salad
- Dark and delicious* (CodeSandbox also achieves this, looks like (I haven't really tried it out tho as of writing btw, just for the record))
- Nice errors, especially for CoffeeScript compilation where it even links to the position in the source
- Link to the (live reloading!) contents of the output pane by adding
/output
to the URL - Generate a QR code that links to the output with Ctrl+M** (since the output live reloads, it's great for playing around with device orientation or other mobile device APIs)
- Built with Ace Editor and Firepad
*Hm, outlines around panes don't work in Firefox
**Hm, doesn't work in Firefox because it mutes/unmutes the tab instead