A browser based code editor
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Alex Dima 4dad8338f9 Fixes #1: Add electron sample 9 years ago
.vscode Initial version 9 years ago
sample-diff-editor Initial version 9 years ago
sample-editor Initial version 9 years ago
sample-electron Fixes #1: Add electron sample 9 years ago
sample-iframe Initial version 9 years ago
sample-localized Initial version 9 years ago
sample-monarch Initial version 9 years ago
sample-shared-model Initial version 9 years ago
sample-sync Initial version 9 years ago
.gitignore Initial version 9 years ago
.npmignore Initial version 9 years ago
LICENSE.md Rename license file 9 years ago
README.md Initial version 9 years ago
package.json Initial version 9 years ago

README.md

Monaco Editor Samples

Standalone HTML samples showing how to integrate the Monaco Editor.

Running

From npm:

npm install monaco-editor-samples
cd node_modules/monaco-editor-samples
npm run simpleserver

From source:

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