Is there an OS X app like jsfiddle?

6

1

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

Mild Fuzz

Posted 2011-05-05T13:57:49.047

Reputation: 693

Question was closed 2018-01-20T18:51:00.580

Answers

0

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.

Florian

Posted 2011-05-05T13:57:49.047

Reputation: 116

1

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

codeape

Posted 2011-05-05T13:57:49.047

Reputation: 686

0

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!

Rich Bradshaw

Posted 2011-05-05T13:57:49.047

Reputation: 6 324

0

Triplety is the only app I'm aware of. Pretty useful for local testing and development.

https://itunes.apple.com/it/app/triplety-playground-for-web/id654989327?mt=12

Features (excerpt from the App description):

  • Built-in Preview with live reload
  • Local HTTP server with live reload for external browsers (Live reload for modern browsers including iOS4.2+)
  • Auto-Completion HTML, CSS and Javascript
  • Support LESS, SCSS+Compass and CoffeeScript
  • Importing
  • CSS libraries
  • Javascript libraries
  • Resource files (e.g. PNG images)
  • Your own Triplety's project
  • Live CSSLint, JSHint
  • Beautify HTML, CSS, and Javascript
  • Exporting Triplety’s project
  • Full retina support

Nico Pernice

Posted 2011-05-05T13:57:49.047

Reputation: 101