node-red/packages/node_modules/@node-red/editor-client/templates
Stephen McLaughlin 78660d4028
Editor loading improvements (#5541)
* 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
2026-03-10 10:56:18 +00:00
..
index.mst Editor loading improvements (#5541) 2026-03-10 10:56:18 +00:00