Skip to content

gr7d/oncode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnCode

A very, very lightweight code editor.

Features

  • Highlighting

  • Suggestions

  • Auto intending

Supported languages

  • Javascript

  • HTML

  • CSS

Usage

const editor = new OnCode(
  document.querySelector("#myEditor"), // Targeted element
  "js" // Programming language; Supported values: "js", "html", "css"
);

Please feel free to contribute! :)