An open API service indexing awesome lists of open source software.

https://github.com/oscarmarina/monaco-editor-vs-codemirror

This project is a playground to compare the CodeMirror and Monaco Editor libraries. It uses Vite to generate the bundle, providing a fast and optimized development experience.
https://github.com/oscarmarina/monaco-editor-vs-codemirror

Last synced: 4 months ago
JSON representation

This project is a playground to compare the CodeMirror and Monaco Editor libraries. It uses Vite to generate the bundle, providing a fast and optimized development experience.

Awesome Lists containing this project

README

        

### Playground: CodeMirror vs Monaco Editor

#### Overview

This project is a playground to compare the CodeMirror and Monaco Editor libraries. It uses Vite to generate the bundle, providing a fast and optimized development experience.

- [monaco-editor: error when selecting text with mouse in shadow dom](https://github.com/microsoft/monaco-editor/issues/4548)

### Demo

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/oscarmarina/monaco-editor-vs-codemirror)


#### Usage

Install dependencies:

```bash
npm i && npm start
```