Skip to content

Ceditvodu/wet-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wet-editor

Code editor

This project is just a simple javascript implementation of code editor. It writen on plain js it is based on such Design Patterns as:

  • builder;
  • singelton;
  • observer (sub/pub);
  • module (revealing);
  • constructor.

This early version hase next features:

  • text adding;
  • backspace button emulation;
  • enter button emulation;
  • delete button emulation;
  • tab button emulation;
  • arrows emulation;
  • hetkey console.

demo

Licence (short) cc by nc sa

Releases

No releases published

Packages

No packages published

Languages