A browser based code editor
Find a file
2018-03-02 04:08:16 +05:30
.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 Fixes #9 2017-11-13 16:54:20 +01:00
sample-nwjs nwjs 2017-02-03 20:20:51 -08:00
sample-nwjs-v2 Monaco Editor under nodewebkit 2018-03-02 04:08:16 +05:30
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
package.json Initial version 2016-06-16 09:55:30 +02:00
README.md Update README.md 2017-01-21 11:11:59 +01:00

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