Files
MichaelDimmitt 3c82896d8f Fix image in all sample readmes (#529)
* fix images in readme

* fix all sample readmes by pointing all images to correct apps location
2021-02-25 09:49:17 +11:00

18 lines
844 B
Markdown

<a target="_blank" href="https://chrome.google.com/webstore/detail/inbjbbebnhailhhkfaaokegkfjlmgabb">![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-extensions-samples/master/apps/tryitnowbutton.png "Click here to install this sample from the Chrome Web Store")</a>
# 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.html)
* [Runtime](http://developer.chrome.com/apps/app.runtime.html)
* [Window](http://developer.chrome.com/apps/app.window.html)
## Screenshot
![screenshot](/apps/samples/mini-code-edit/assets/screenshot_1280_800.png)