Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please create monaco.github.io as IDE for github #58

Closed
Thaina opened this issue Jul 11, 2016 · 7 comments
Closed

Please create monaco.github.io as IDE for github #58

Thaina opened this issue Jul 11, 2016 · 7 comments
Labels
feature-request Request for new features or functionality
Milestone

Comments

@Thaina
Copy link

Thaina commented Jul 11, 2016

I would like to write code in monaco on github into github. Github has all api to let us work on browser directly. So we could just have github.io host monaco and it would be the best IDE in the world

@nojvek
Copy link

nojvek commented Jul 25, 2016

That would be really cool. Showing the github file list as tree on left, being able to edit code and commit right from browser would be pretty awesome.

I'm happy to hack on this if someone is willing to help. Its going to be a great learning exercise to understand how monaco and VSCode work under the hood.

@creationix
Copy link

I made something similar using the ace editor. This actually went a bit farther and synced all the git objects locally (in indexeddb) for offline editing and then could later sync up with git using their API.

https://tedit.creationix.com/ - https://github.com/creationix/tedit

@Thaina
Copy link
Author

Thaina commented Jul 26, 2016

I too made my own prototype here https://editing.github.io/

I was playing around with github pages and found that, we could write github page for organization. And make gh-pages for project under that organization, then that project will became a path of that org.github.io

And that project could reuse whole library from the organization domain

I was made cloudant project page into https://editing.github.io/cloudant/ and it has only index.html/js. It reference monaco from my editing organization page without cross domain problem

So this maybe a new posibility

@alexdima alexdima added the feature-request Request for new features or functionality label Aug 16, 2016
@alexdima alexdima modified the milestone: Backlog Jun 7, 2017
@eribertt
Copy link

Hi there any update to this?

@phil294
Copy link

phil294 commented Nov 13, 2018

Since Github now even belongs to Microsoft, will this be done?

@rcjsuen
Copy link
Contributor

rcjsuen commented Nov 13, 2018

Does Gitpod satisfy this use case?

@alexdima alexdima modified the milestones: Backlog, Backlog Candidates Dec 10, 2019
arlosi pushed a commit to arlosi/monaco-editor that referenced this issue Oct 29, 2021
Update ruby auto indentation rules
@Thaina
Copy link
Author

Thaina commented Nov 5, 2021

This seem to be already done as github.dev with vscode

@Thaina Thaina closed this as completed Nov 5, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

7 participants