node-red/packages/node_modules/@node-red/editor-api/lib/editor
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
..
comms.js CComms API updates 2024-03-27 17:21:12 +00:00
credentials.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
index.js chore: remove never use import code 2024-02-25 22:44:01 +08:00
library.js chore: remove never use import code 2024-02-25 22:44:01 +08:00
locales.js chore: remove never use import code 2024-02-25 22:44:01 +08:00
projects.js Ensure express server options are applied consistently 2023-05-22 10:54:37 +01:00
settings.js Ensure express server options are applied consistently 2023-05-22 10:54:37 +01:00
sshkeys.js chore: remove never use import code 2024-02-25 22:44:01 +08:00
theme.js Editor loading improvements (#5541) 2026-03-10 10:56:18 +00:00
ui.js Removed offending MD5 crypto hash and replaced with SHA1 and SHA256 crypto hashes to work with the FIPS crypto policy. 2024-02-17 00:35:03 +00:00