I am wondering if there is an app that works like jsfiddle to work offline for prototyping on the move?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
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. |
|||
|
|
|
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 |
|||
|
|
|
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! |
|||
|
|