Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 728 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 728 Bytes

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.

This demo requires node-webkit >= v0.3.0

Screen shot

screenshot

APIs