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.
- Host: GitHub
- URL: https://github.com/oscarmarina/monaco-editor-vs-codemirror
- Owner: oscarmarina
- License: mit
- Created: 2024-12-22T21:05:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T16:24:14.000Z (5 months ago)
- Last Synced: 2025-01-05T17:23:23.312Z (5 months ago)
- Language: TypeScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://stackblitz.com/github/oscarmarina/monaco-editor-vs-codemirror)
#### Usage
Install dependencies:
```bash
npm i && npm start
```