* remove ace editor scripts from vendor bundle * bootstrap ace editor * defer initialization of Monaco and ACE editors until they are loaded * add fallback "basic" code editor * fallback to basic code editor if preferred editor fails to initialize * load Monaco & lang pack dynamically * fix: textarea outer element should be let not const * basic text editor styling * fix: remove incorrectly placed !important inside the var * get rid of IE check * guard against bad lib setting * fix save/restore state of basic editor * ensure we add markdown toolbar * Ensure we use the dom element for scroll to line method * Update code editor selection in default settings.js * Update link to Monaco editor options in settings.js * lint fix |
||
|---|---|---|
| .. | ||
| bin | ||
| lib | ||
| .gitignore | ||
| .npmignore | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
| red.js | ||
| settings.js | ||
README.md
Node-RED
Low-code programming for event-driven applications.
Quick Start
Check out https://nodered.org/docs/getting-started/ for full instructions on getting started.
sudo npm install -g --unsafe-perm node-rednode-red- Open http://localhost:1880
Getting Help
More documentation can be found here.
For further help, or general discussion, please use the Node-RED Forum or slack team.
Developers
The main Node-RED modules are maintained as a monorepo on GitHub.
Contributing
Before raising a pull-request, please read our contributing guide.
This project adheres to the Contributor Covenant 1.4. By participating, you are expected to uphold this code. Please report unacceptable behavior to any of the project's core team at team@nodered.org.
Authors
Node-RED is a project of the OpenJS Foundation.
It is maintained by:
- Nick O'Leary @knolleary
- Dave Conway-Jones @ceejay
- And many others...
Copyright and license
Copyright OpenJS Foundation and other contributors, https://openjsf.org under the Apache 2.0 license.
