I am wondering if there is an app that works like jsfiddle to work offline for prototyping on the move?

link|improve this question

feedback

3 Answers

up vote 0 down vote accepted

I was just looking for a jsFiddle clone as well and came across Diddle which is a simple clone of the jsFiddle UI but lacking the ability to include different libraries. It was only written as an experiment but maybe it is good enough for your prototyping needs.

link|improve this answer
feedback

I have created a very simple plugin for Vim called vimfiddler. If you are a Vim user and your Vim is compiled with Python support, you should be able to use it on a Mac.

Video: http://vimeo.com/32148952

link|improve this answer
feedback

You can of course just set up an HTML file with a script block, and load and refresh that. In combination with the inspector in Webkit or Firebug for Firefox, you are away!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.