A sublime text editor for Chrome OS
Find a file
2013-12-23 11:20:04 -08:00
config Many key fixes: mainly that Ace key configs are reloaded from scratch on each init:restart, so that 2013-12-20 09:01:53 -08:00
css Tweaks for multi-directory readability. 2013-12-21 13:18:06 -08:00
js Use manos.deferred() in tab.save() 2013-12-23 11:20:04 -08:00
.gitignore Remove a bunch of snippets, added a build task. 2013-09-06 09:28:41 -07:00
background.js Switch to use of an "upgrading" flag instead of actually replacing openWindow. 2013-12-03 16:09:40 -08:00
Gruntfile.js Removed dependency on grunt-contrib-copy. Fixes #84 2013-12-11 20:08:02 -08:00
icon-128-inverted.png Self-hosted CRX is now the "preview" channel. 2013-09-11 23:29:04 -07:00
icon-128.png Rename default icon since we removed the old version. 2013-10-18 15:40:22 -07:00
installer.js Clear out the syncFileSystem stuff for now. 2013-12-03 18:52:10 -08:00
main.html Add es6-promise shim, so we can convert over to browser promises as soon as they're available. 2013-12-22 10:56:13 -08:00
manifest.json Promise API kind of sucks, use manos.deferred() instead. 2013-12-23 11:12:19 -08:00
package.json See #84 2013-12-11 20:08:57 -08:00
readme.md Add info about running npm install and starting grunt in readme 2013-12-19 23:46:55 +01:00
require.js First 2013-08-19 17:53:03 -07:00

Caret

Caret is a serious, graphical programmer's editor running as a Chrome Packaged App. Inspired by Sublime and built on top of the Ace editing component, it offers powerful features like:

  • multiple cursors
  • tabbed editing and retained files
  • syntax highlighting and themes
  • command palette/smart go to
  • hackable, synchronized configuration files
  • project files and folder view

More information, links to Caret in the Chrome Web Store, and an external package file are available at http://thomaswilburn.net/caret. Documentation can be found in the wiki.

You can also easily load Caret from source, either to hack around on or to have the absolute bleeding edge. Clone this repo to your local machine, run npm install, and start grunt. Visit chrome://extensions and enable Developer Mode. Then click the button marked "Load unpacked extension..." and select the directory containing Caret's manifest.json.

If you use Caret and would like to show your appreciation, please consider donating to the EFF's Fund to End Software Patents. You can also give a gift through Gittip.