Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap CodeMirror in ConfigConsole for monaco-editor #4169

Closed
5 tasks done
david-poindexter opened this issue Oct 11, 2020 · 0 comments · Fixed by #4173
Closed
5 tasks done

Swap CodeMirror in ConfigConsole for monaco-editor #4169

david-poindexter opened this issue Oct 11, 2020 · 0 comments · Fixed by #4173

Comments

@david-poindexter
Copy link
Contributor

Description of problem

The current ConfigConsole PersonaBar module uses is CodeMirror. This editor is antiquated and lacking many useful features of a modern code editor. It needs to be replaced.

Description of solution

Replace CodeMirror in the ConfigConsole PersonaBar module with monaco-editor.

Description of alternatives considered

n/a

Screenshots

n/a

Additional context

The ConfigConsole module in the PersonaBar is not a *.Web project, so for now monaco-editor will not be managed via Yarn. This should go on the wishlist though - to convert the ConfigConsole project to a proper front end project with package management.

Affected browser

  • Chrome
  • Firefox
  • Safari
  • Internet Explorer
  • Edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment