ErrLookup › codex-team/editor.js

codex-team/editor.js

A block-style editor with clean JSON output · TypeScript · 186 source files

Analyzed at 5f45dabbe5 on 2026-08-27. 21 documented errors.

Code / MessageTypeSeverityTags
Constructors for abstract class Module are not allowed.
exception critical abstract-class, constructor, typescript, new-target
Unable to move Block down since it is already the last
exception error block-tune, move-down, bounds-check, editorjs
Unable to move Block up since it is already the first
exception error block-tune, move-up, bounds-check, editorjs
Incorrect data passed to the render() method
validation error render, validation, output-data, editorjs
Block with id "${id}" not found
exception error block-id, update, not-found, editorjs
Block Tool with type "${newType}" not found
exception error convert, tool-registry, not-found, editorjs
Conversion from "${blockToConvert.name}" to "${newType}" is
exception error convert, conversion-config, tool-config, editorjs
Index should be a number
validation error insert-many, index, type-validation, editorjs
Index should be greater than or equal to 0
validation error insert-many, index, bounds-check, editorjs
Can't find a Block to remove
exception error block-manager, remove, double-remove, editorjs
Could not convert Block. Failed to extract original Block da
exception error convert, save, block-data, editorjs
Could not convert Block. Tool «${targetToolName}» not found.
exception error convert, tool-registry, not-found, editorjs
To enable read-only mode all connected tools should support
exception critical read-only, tool-support, critical-error, editorjs
EventDispatcher .off(): there is no subscribers for event "$
console warning events, off, lifecycle, console-warn
Incorrect index
exception error replace, index, bounds-check, race-condition
«holderId» and «holder» param can't assign at the same time.
validation critical config, holder, validation, editorjs
element with ID «${holder}» is missing. Pass correct holder'
validation critical config, holder, dom-not-ready, editorjs
«holder» value must be an Element node
validation critical config, holder, dom-element, type-validation
Can't start without tools
validation critical editorjs, configuration, initialization, tools
Tool «${toolName}» must be a constructor function or an obje
validation error editorjs, tools, validation, imports, es-modules
Shortcut ${shortcut.name} is already registered for ${shortc
exception error editorjs, shortcuts, keyboard, duplicate-registration, lifecycle