Transform any textarea into a code editor with this Chrome browser extension! Ace Anywhere uses the Ace code editor.
- Download
AceAnywhere.crx
- Open Chrome's extension manager
chrome://extensions/
- Drag the downloaded file and drop it in the extension manager
Ace Anywhere creates a context menu available on all editable fields (input, textarea, etc).
Use the Ace it!
menu to transform the field into an Ace Code Editor. You can also auto load ace every time a page loads by going to Preferences > Auto load Ace on this URL
.
Syntax highlighting is available through the Languages
menu. Themes are also made available through the Themes
menu.
Word wrapping can be enabled or disabled through the Preferences > Toggle Word Wrapping
.
You can manage the editor using Chrome's developer tools console (hotkey F12
), by accessing the editor
variable.
For more information see Ace's How-To Guide.
Contributions welcome via pull request!
Ace Anywhere is licensed under the MIT License. Please see LICENSE.txt
file distributed with this software.