![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-extensions-samples/main/_archive/apps/tryitnowbutton.png "Click here to install this sample from the Chrome Web Store") # Mini code editor A non-trivial sample with basic features of a code editor, like syntax detection and syntax highlight. If also uses the extended FileSystem API that allows a user to select files from the disk so the app can read and write to that file. ## APIs * [chrome.fileSystem](http://developer.chrome.com/apps/fileSystem) * [Runtime](https://developer.chrome.com/docs/extensions/reference/app_runtime) * [Window](https://developer.chrome.com/docs/extensions/reference/app_window) ## Screenshot ![screenshot](/_archive/apps/samples/mini-code-edit/assets/screenshot_1280_800.png)