0.21.0 • Published 5 years ago

write-code v0.21.0

Weekly downloads
88
License
-
Repository
github
Last release
5 years ago

write-code is a simple HTML-based code editor. It is not meant to be full featured, it is meant to edit very simple programs that contain only:

  • strings
  • function literals
  • and function calls

Demo

GIF of person typing "function rad" which turns magically into "function rad(){" with the closing brace "}" on the next line. They press ENTER and the cursor drops to the next line. They type dad and it appears quoted as "dad". Then they type a ( and the quotes disappear. We now see "function rad(){" on the first line, "dad(" on the second line and ")}" on the third line. Finally they type "sad" which is automatically quoted. The last line is "sad")}. Without the period.

Installation

npm install write-code
node write-code/server

Open http://localhost:1413/write-code/hello-world

0.21.0

5 years ago

0.20.0

5 years ago

0.19.0

5 years ago

0.18.0

6 years ago

0.17.0

6 years ago

0.16.0

6 years ago

0.15.0

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago