Welcome
noide is a web-based IDE code editor written in Node.js.
npm install noide -g
Then cd to the directory you want to edit and execute
noide
Now point your browser to http://localhost:3000/editor.
Features
- File explorer tree view
- File operations (create/delete/rename files and directories etc.)
- Syntax highlighted code editing for many programming languages
- HTML/CSS/JS beautifiers
- Find/Find+Replace
- JSLINT validation warning
- Emmet
- Code snippets
- Themeable
Built using
Warning
If you'd like to try out this IDE that's great and thanks BUT USE CAUTION.
Ensure your code is backed up regularly. I would not like it to be responsible for any work lost.
Also, there is no authentication or security built in. Do not run on a publicly accessible server and port.
Authors and Contributors
Created in 2014 by David Stone (@davidjamesstone)