PenEditor is a simple HTML / CSS / JS code editor, that works online in real-time, and out of the box! PenEditor.js is an open-source online HTML / CSS / JavaScript code editor (Code Playground) inspired by Codepen.io.
code editor online free, best free online code editor, online code editor javascript, online html editor
Features:
- HTML/CSS/JS code editing
- Code formatting
- HTML editor supports emmet
- Code hint
- Sublime shortcut keys
- Download HTML save
- console
- Built-in babel
- Built-in react, no need to quote separately
How to make use of it:
1. Download the package.
git clone https://github.com/jojowwbb/PenEditor.git
2. Install & run the app.
$ npm install $ npm run-script dev
function App() { console.log('Pen Editor'); console.error('a simple code editor'); return ( <div className="blend"> <h3>Pen Editor</h3> <p>a simple code editor</p> </div> ); } ReactDOM.render(<App />, document.getElementById("root"));
Codepen Style HTML/CSS/JS Code, PenEditor Plugin/Github
See Demo And Download
Official Website(jojowwbb): Click Here
This superior jQuery/javascript plugin is developed by jojowwbb. For extra Advanced Usages, please go to the official website.