DEV Community

Discussion on: I want to integrate a code editor in my platform

Collapse
 
lord007tn profile image
Raed Bahri

Does monaco support compiling and showing the result. Like in codecademy when you type html and css there is a section aside that show the compiled code ???

Collapse
 
akashkava profile image
Akash Kava

It’s a basic editor will compilation feature, you can watch and create your own UI to display errors.

Thread Thread
 
lord007tn profile image
Raed Bahri

Link please?

Thread Thread
 
akashkava profile image
Akash Kava

microsoft.github.io/monaco-editor/...

I have created my own from this, you can check View Source and see what all things are implemented. webatoms.in/play