node-red/packages/node_modules/@node-red/editor-api/lib
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
..
admin Allow palette.theme to be set via theme plugin and include icons 2026-02-25 14:37:01 +00:00
auth Support custom login message and button 2024-12-16 16:58:13 +00:00
editor Editor loading improvements (#5541) 2026-03-10 10:56:18 +00:00
index.js chore: remove never use import code 2024-02-25 22:44:01 +08:00
util.js Ensure express server options are applied consistently 2023-05-22 10:54:37 +01:00