Skip to content

StuPig/try-coffeescript-chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Try CoffeeScript" for Chrome

This is a simple utility that performs the same functionality of the "Try CoffeeScript" link in the documentation. Sometimes I use the feature to try out what certain coffee-script would look like in javascript and thought a Chrome extension would be perfect for that.

This is an unofficial extension.

For more information on CoffeeScript: http://jashkenas.github.com/coffee-script/

Github: https://github.com/FreeFlow/try-coffeescript-chrome

Contact: http://gplus.to/jimfleming or https://twitter.com/#!/freeflowapp

History:

  • added code persistence across sessions (using localStorage)
  • added "Try CoffeeScript" button to run the compiled script
  • removed "disabled" attribute from javascript output (it was preventing copy+paste...)

"Try CoffeeScript Enhanced" for Chrome

Modified by StuPig(shouqiang.gong[AT]gmail.com)

Github: https://github.com/StuPig/try-coffeescript-chrome

History:

  1. add real-time syntax highlight
  2. enable indent to the edior
  3. add javascript to coffeescript(Merged JamesKyburz's pull request)

"Try CofeeScript 加强版" chrome 插件

由StuPig(shouqiang.gong[AT]gmail.com)在FreeFlow基础上更新: 鉴于向FreeFlow多次pull request,没有回复,so~

更新历史:

  1. 增加实时语法高亮
  2. 增加键缩进功能
  3. 增加javascript向coffeescript转化(合并JamesKyburz的pull request请求,同样是没有应答的请求……)

About

A simple utility to "Try CoffeeScript" in your browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.3%
  • CoffeeScript 0.7%