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:
- add real-time syntax highlight
- enable indent to the edior
- add javascript to coffeescript(Merged JamesKyburz's pull request)
"Try CofeeScript 加强版" chrome 插件
由StuPig(shouqiang.gong[AT]gmail.com)在FreeFlow基础上更新: 鉴于向FreeFlow多次pull request,没有回复,so~
更新历史:
- 增加实时语法高亮
- 增加键缩进功能
- 增加javascript向coffeescript转化(合并JamesKyburz的pull request请求,同样是没有应答的请求……)