The Wayback Machine - https://web.archive.org/web/20220411201940/https://github.com/topics/monaco-editor
Skip to content
#

monaco-editor

Here are 284 public repositories matching this topic...

vadimkantorov
vadimkantorov commented May 7, 2021

I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.

https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...

browser-ext-github-monaco
faheel
faheel commented Feb 12, 2021

The dark theme used in this extension is different from the one used by GitHub. It would be great if they both matched!

Also, when the dark mode is enabled, there is a white border around the editor which doesn't look good.

![Screenshot from 2021-02-12 21-23-28](https://user-images.githubusercontent.com/11466676/107791

enhancement help wanted good first issue
haxzie
haxzie commented May 8, 2021

Currently, all the opened file's tabs gets piled up in the top bar and becomes extremely difficult to manage after a certain time.

Need to think about an algorithm that can replace current tabs with new tabs instead of keeping them piling up. This can be implemented either by keeping a max open tabs and follow a queue approach. Or, We can replace a tab by looking at the last modified date among

help wanted good first issue
Orchestra

Improve this page

Add a description, image, and links to the monaco-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the monaco-editor topic, visit your repo's landing page and select "manage topics."

Learn more