browser-ext-github-monaco
browser-ext-github-monaco copied to clipboard
Use Monaco editor when editing repo files
This is a bigger one!
It would be fantastic to also reuse the Monaco editor when editing files directly in the repo.
I was coming to report this exact issue. How interesting that the issue is reported by one of the authors of VSCode. Hey @joaomoreno 👋
@hediet - I directly edit github code pretty frequently, and would be very interested in landing this as a PR.
I've always wondered why GitHub which is now a MS product doesn't use monaco as the default editor (which is also MS owned) 🤷♂️
If you have any pointers to point me in the right direction, let me know. I'll take a stab at it anyway.
Thank you for build this great extension.
I directly edit github code pretty frequently, and would be very interested in landing this as a PR. If you have any pointers to point me in the right direction, let me know. I'll take a stab at it anyway.
Unfortunately, I think this is not that easy and not much of my effort can be reused...
I think as a first exercise, you should try to replace the Github editor (which I think is Ace) with a plain simple HTML TextArea that you have fully under control.
I can help you with replacing this TextArea with the monaco editor.
How interesting that the issue is reported by one of the authors of VSCode
Well, I demo'd this project to the VS Code team in my interview 😉