Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to make my own code editor? Reply To: How to make my own code editor?

#275913
Binyamin Green
Participant

@rickyyoder Take a look at this. Apparently, Someone built a very simple code editor using monaco, a web based tool like code-mirror. He used electron, to make it a desktop app.