mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Add 'Try it out' section
This commit is contained in:
parent
e1052ec3f6
commit
529591c5d3
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
|
@ -6,6 +6,14 @@ The Monaco Editor is the code editor that powers [VS Code](https://github.com/Mi
|
|||
|
||||

|
||||
|
||||
## Try it out
|
||||
|
||||
See the editor in action [here](https://microsoft.github.io/monaco-editor/index.html).
|
||||
|
||||
Learn how to extend the editor and try out your own customizations in the [playground](https://microsoft.github.io/monaco-editor/playground.html).
|
||||
|
||||
Browse the latest editor API at [`monaco.d.ts`](https://github.com/Microsoft/monaco-editor/blob/master/website/playground/monaco.d.ts.txt).
|
||||
|
||||
## Issues
|
||||
|
||||
Please mention the version of the editor when creating issues and the browser you're having trouble in.
|
||||
|
|
@ -104,17 +112,10 @@ If you are hosting your `.js` on a different domain (e.g. on a CDN) than the HTM
|
|||
-->
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Please program against the API described in `monaco.d.ts`.
|
||||
|
||||
See the editor in action [here](https://microsoft.github.io/monaco-editor/index.html).
|
||||
# More documentation
|
||||
|
||||
Find full HTML samples [here](https://github.com/Microsoft/monaco-editor-samples).
|
||||
|
||||
Explore API samples [here](https://microsoft.github.io/monaco-editor/playground.html).
|
||||

|
||||
|
||||
Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/monarch.html).
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue