A simple and powerful text editor inspired from Monaco editor from microsoft. This can be embedded in a webpage to create your own online text editor for programming competitions.
This project was inspired from Monaco editor by microsoft and this fiddle
Most of the css and js files required are included directly from the github repository thus reducing the size and complexity of the html file.
This project consists of only three files.
- index.html
- index.js
- samples folder
The samples folder will have sample programs for all the languages that are supported by the editor. These sample programs will be loaded as soon as we select the language from the drop down box.
- abap
- aes
- apex
- azcli
- bat
- c
- clojure
- coffeescript
- csharp
- cpp
- csp
- css
- dockerfile
- fsharp
- go
- graphql
- handlebars
- html
- ini
- java
- javascript
- json
- kotlin
- les
- lua
- markdown
- mips
- msdax
- mysql
- objective c
- pascal
- pascaligo
- perl
- pgsql
- php
- plaintext
- postiats
- powerquery
- powershell
- pug
- python
- r
- razor
- redshift
- redis
- ruby
- rust
- sb
- scheme
- scss
- shell
- sol
- sql
- st
- swift
- tcl
- twig
- typescript
- vb
- xml
- yml
👍