Michael Russell
Michael Russell
I'm not really familiar with Apple's notification API but was wondering if it's possible for CodeKit to have a UI for enabling/disabling what sends notifications to the OS. This curiosity...
Hook to allow plugins to enable/disable projects programmatically.
TypeScript 1.8 introduces the ability to concat modules when you're emitting the module output for either AMD or SystemJS. This is my future request for supporting this :) Though, from...
`--allowjs` This would essentially allow CodeKit to to transpile ES6 code down to ES5/3 with JSX support as well. https://github.com/Microsoft/TypeScript-wiki/blob/master/Roadmap.md#18
The default is set to produce JS files in /js, however, it's produced right next to the .ts file while also creating a /js with the correct name of the...
Would be awesome to have ejs as one of the HTML compilers. More info about ejs can be found here http://www.embeddedjs.com/ And a node module here https://github.com/tj/ejs
I was trying to write a hook that would trigger on a JS file when saved via `The filename of any processed file`. This hook was triggered successfully but the...
Sometimes when working with Hooks it seems as they're not updating, then after a few more changes CodeKit will popup warning that the hook has been modified and to review...
Currently the CK API allows for `tell application "CodeKit" to preview in browser` and `tell application "CodeKit" to preview in browser Firefox` (or bundle name). It would be nice if...
To keep this plugin version agnostic we'll need to have a dict for each 1.x release. It will be much easier keeping things up-to-date [in progress] Related issues: https://github.com/angular-ui/AngularJS-sublime-package/issues/77 https://github.com/angular-ui/AngularJS-sublime-package/issues/74...