Skip to content

Instantly share code, notes, and snippets.

View drudge's full-sized avatar

Nicholas Penree drudge

View GitHub Profile
Chocolat API Feedback
Links:
Latest build: http://files.fileability.net/Chocolat_node4.zip
Latest docs: http://chocolatapp.com/userspace/output/window.html
Quick start: https://gist.github.com/3344823
Bugs:
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line
Chocolat API Feedback
Links:
Latest build: http://files.fileability.net/Chocolat_node4.zip
Latest docs: http://chocolatapp.com/userspace/output/window.html
Quick start: https://gist.github.com/3344823
Bugs:
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line
Chocolat API Feedback
Links:
Latest build: http://files.fileability.net/Chocolat_node4.zip
Latest docs: http://chocolatapp.com/userspace/output/window.html
Quick start: https://gist.github.com/3344823
Bugs:
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line
Chocolat API Feedback
Links:
Latest build: http://files.fileability.net/Chocolat_node4.zip
Latest docs: http://chocolatapp.com/userspace/output/window.html
Quick start: https://gist.github.com/3344823
Bugs:
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line
Chocolat API Feedback
Links:
Latest build: http://files.fileability.net/Chocolat_node4.zip
Latest docs: http://chocolatapp.com/userspace/output/window.html
Quick start: https://gist.github.com/3344823
Bugs:
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line
@drudge
drudge / init.js
Created August 10, 2012 03:59
Beautify JavaScript mixin for Chocolat
/*!
* Beautify JavaScript mixin for Chocolat
* Copyright(c) 2012 Nicholas Penree <nick@penree.com>
* MIT Licensed
*/
/**
* Module dependencies.
*/
@drudge
drudge / init.js
Created August 10, 2012 02:35
Evaluate JavaScript mixin for Chocolat
/*!
* Evaluate JavaScript mixin for Chocolat
* Copyright(c) 2012 Nicholas Penree <nick@penree.com>
* MIT Licensed
*/
/**
* Module dependencies.
*/
@drudge
drudge / init.js
Created August 9, 2012 19:59
Pretty Print JSON mixin for Chocolat
/*!
* Pretty Print JSON mixin for Chocolat
* Copyright(c) 2012 Nicholas Penree <nick@penree.com>
* MIT Licensed
*/
/**
* Hook up menu items.
*/
@drudge
drudge / init.js
Created August 9, 2012 13:40
Sample CoffeeScript mixin for Chocolat
/*!
* Sample CoffeeScript mixin for Chocolat
* Copyright(c) 2012 Nicholas Penree <nick@penree.com>
* MIT Licensed
*/
/**
* Module dependencies.
*/
@drudge
drudge / init.js
Created August 9, 2012 13:35
Convert to JS String mixin for Chocolat
/*!
* Convert to JS String mixin for Chocolat
* Copyright(c) 2012 Nicholas Penree <nick@penree.com>
* MIT Licensed
*/
/**
* Hook up menu items.
*/