A sublime text editor for Chrome OS
_locales | ||
config | ||
css | ||
js | ||
templates | ||
.gitignore | ||
background.js | ||
contributing.txt | ||
Gruntfile.js | ||
icon-128-inverted.png | ||
icon-128.png | ||
installer.js | ||
license.txt | ||
main.html | ||
manifest.json | ||
package.json | ||
readme.rst | ||
require.js |
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 <https://github.com/thomaswilburn/Caret/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: 0. Clone this repo to your local machine 1. Run ``npm install`` to get the development dependencies (Grunt, LESS, and some other packages) 2. Start ``grunt``, which will generate the CSS files from the LESS source 3. Visit ``chrome://extensions`` and enable Developer Mode. 4. 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 <https://my.fsf.org/donate/directed-donations/esp>`__. You can also give a gift through `Gittip <https://www.gittip.com/thomaswilburn/>`__.