monacode icon indicating copy to clipboard operation
monacode copied to clipboard

An es-module wrapper around the monaco editor and prettier

Results 6 monacode issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for such an amazing project, I'm trying to implement some of the functionalities but I'm unable to find where's the source of prettier-babel.js. I'd like to install it...

First a lot thanks for authoring this great package. It's really much easier to use than monaco-editor 🤣 I'm trying to migrate monaco-editor to monacode because I just cannot build...

This pull request adds support for html formatting (as discussed in #2) the html parser is used when the editor language is html (editor options, url query string, etc.) e.g....

I have noticed that monaco editor dynamically loads lots of files. some of these files are quite large (e.g. the uncompressed size of [typescriptServices.js](https://github.com/lukejacksonn/monacode/blob/master/src/monaco/language/typescript/lib/typescriptServices.js) is 7.4 mb) would you consider...

It looks like one of the goals of this project is to reduce the bloat needed for a web-based code editor. I ran a quick coverage profile and found that...

great project! Thank you for open sourcing it. I noticed that html formatting has some issues [example on monacode.live](https://monacode.live/?language=html&value=%3Chtml%3E%3Cbody%3E%3Ch1%3EHello%20World%3C/h1%3E%3C/body%3E%3C/html%3E) on `⌘ + s`, the html is formatted correctly but a...