A browser based code editor
 
 
 
Go to file
rebornix eebf585fc3 nwjs 2017-02-03 20:20:51 -08:00
.vscode Initial version 2016-06-16 09:55:30 +02:00
sample-diff-editor Initial version 2016-06-16 09:55:30 +02:00
sample-editor Initial version 2016-06-16 09:55:30 +02:00
sample-electron Restore node's require after loading loader.js 2017-01-18 10:02:25 +01:00
sample-iframe Initial version 2016-06-16 09:55:30 +02:00
sample-localized Initial version 2016-06-16 09:55:30 +02:00
sample-monarch Initial version 2016-06-16 09:55:30 +02:00
sample-nwjs nwjs 2017-02-03 20:20:51 -08:00
sample-shared-model Initial version 2016-06-16 09:55:30 +02:00
sample-sync Initial version 2016-06-16 09:55:30 +02:00
.gitignore nwjs 2017-02-03 20:20:51 -08:00
.npmignore Initial version 2016-06-16 09:55:30 +02:00
LICENSE.md Rename license file 2016-06-16 09:56:12 +02:00
README.md Update README.md 2017-01-21 11:11:59 +01:00
package.json Initial version 2016-06-16 09:55:30 +02:00

README.md

Monaco Editor Samples

Standalone HTML samples showing how to integrate the Monaco Editor.

Running

git clone https://github.com/Microsoft/monaco-editor-samples.git
cd monaco-editor-samples
npm install .
npm run simpleserver

Go to localhost:8888 and explore the samples!

License

MIT