Improve README

This commit is contained in:
Alex Dima 2016-06-17 09:05:48 +02:00
parent 66cbc99a1e
commit 1296453b6c

View file

@ -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).
![image](https://cloud.githubusercontent.com/assets/5047891/16143056/9909d2d6-346a-11e6-86dc-f4f75c94ed2b.png)
Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/monarch.html).
![image](https://cloud.githubusercontent.com/assets/5047891/16143041/840ced64-346a-11e6-98f3-3c68bf61884a.png)
## 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/>