Skip to content

coffeescriptnext/code_editor

 
 

Repository files navigation

Web Code Editor

Join the chat at https://gitter.im/vinnizworld/code_editor

A web based code editor meant to be used on your local development environment.

Installation

Clone this repository using

git clone https://github.com/vinnizworld/code_editor.git editor

cd into editor directory and fetch all sub modules recursively.

cd editor
git submodule update --init --recursive

Make code.txt writable.

chmod 777 code.txt

Run using php's built in server

cd editor php -S localhost:8000

Features

  • PHP, HTML, CSS, JavaScript Compilation
  • Quickly try code snippets
  • SCSS Support
  • Full Emmet integration

Shortcut Keys

  • ctrl+enter Compile code and see output
  • ctrl+d Remove current line
  • ctrl+shift+d Duplicate current line

Screenshot

Screenshot

Feel free to try emmet awesomeness and ace keyboard shortcuts.

About

Simple Liteweight code editor to quickly try/learn php, js, html, css snippets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.2%
  • PHP 20.7%
  • CSS 0.1%