mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Improve README
This commit is contained in:
parent
66cbc99a1e
commit
1296453b6c
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -100,6 +100,20 @@ 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).
|
||||||
|
|
||||||
|
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).
|
||||||
|

|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
> Q: What is the relationship between VS Code and the Monaco Editor?<br/>
|
> Q: What is the relationship between VS Code and the Monaco Editor?<br/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue