A sublime text editor for Chrome OS
Find a file
Thomas Wilburn e227b69a2e Merge pull request #159 from harbichidian/patch-1
Only trim whitespace between non-whitespace and newline (Issue #158)
2014-03-13 08:54:39 -07:00
config Add project ignoreFiles option. Fixes #153 2014-03-05 15:44:33 -08:00
css Give ProjectManager loading UI 2014-03-07 21:09:05 -08:00
js Only trim whitespace between non-whitespace and newline (Issue #158) 2014-03-13 11:42:39 -04:00
templates Converted project manager to templates. 2014-02-26 08:57:15 -08:00
.gitignore Remove a bunch of snippets, added a build task. 2013-09-06 09:28:41 -07:00
background.js background.js cleanup and comments. 2014-02-27 08:26:39 -08:00
Gruntfile.js Added a types command for generating the manifest. Fixes #147 2014-03-05 15:32:15 -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 Give ProjectManager loading UI 2014-03-07 21:09:05 -08:00
manifest.json Better tick scheduling, added {{.}} to inflate. 2014-03-07 23:30:47 -08:00
package.json See #84 2013-12-11 20:08:57 -08:00
readme.md Split dev steps into ordered list for easier comprehension. 2014-01-16 10:14:17 -08: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. You'll need to have Node and NPM installed first, then follow these steps:

  1. Clone this repo to your local machine
  2. Run npm install to get the development dependencies (Grunt, LESS, and some other packages)
  3. Start grunt, which will generate the CSS files from the LESS source
  4. Visit chrome://extensions and enable Developer Mode.
  5. Still on the extensions page, 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.