DEV Community

Play Button Pause Button
Lu-Vuong Le 🚀
Lu-Vuong Le 🚀

Posted on • Updated on

Building a Code Editor for the Web - Configuring Ace Editor

In this video, we'll work on configuring ace with some options and getting the user input from Ace to execute in the chrome dev tools

Find the code for each video here in its own branch:
https://github.com/luvuong-le/code-editor-tutorial/tree/configuring-ace

View the Ace configuration options here:
https://github.com/ajaxorg/ace/wiki/Configuring-Ace

Check out the previous part to this video here!

Follow and connect with me on:

📹 Youtube: https://www.youtube.com/channel/UCWaB4SBBUCvhYb91fz5Vidg
🐦 Twitter: https://twitter.com/coderarchive
📚 Github: https://github.com/luvuong-le
💼 LinkedIn: https://www.linkedin.com/in/lu-vuongle/
📷 Instagram: https://www.instagram.com/coderarchive/
📝 Dev.to: https://dev.to/coderarchive

Top comments (2)

Collapse
 
codeperfectplus profile image
Deepak Raj

It will be really helpful, If you will add some more details about project in your articles.

Collapse
 
shmuelhizmi profile image
shmuelhizmi

Lu-Vuong maybe you should check out the "Monaco editor" (the editor from VScode) it is basically the same idea but with much more advance editor.