Skip to main content

Reactor editor module

This module provides editor capability to Reactor with the help of Monaco (the OSS editor found in vs-code).

Features:

  • Upload VSCode themes
  • Customize themes
  • Customize editor shortcuts
  • Shortcuts accessible via cmd palette

Usage with other modules

Make sure to put this in any modules that will need monaco or react-monaco-editor (in the custom webpack.config.js):

webpack = patchImportedLibrary({
"w": webpack,
"module": 'monaco-editor'
})
webpack = patchImportedLibrary({
"w": webpack,
"module": 'react-monaco-editor'
})