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

Allow for editing code #14

Open
housseindjirdeh opened this issue Jul 12, 2017 · 2 comments
Open

Allow for editing code #14

housseindjirdeh opened this issue Jul 12, 2017 · 2 comments
Projects

Comments

@housseindjirdeh
Copy link
Member

Something I've been thinking about adding for some time: editing and updating files in a repo. Still not 100% sure how exactly we would do this but opening this issue for discussion/tracking.

@0xjjpa
Copy link

0xjjpa commented Jul 13, 2017

There are a few ways to go with this, one of them would be to create an adapter of libgit2, allow gitpoint to clone a repo and perform git operations directly to the code base from the device.

An easier approach would be to use the Contents API from Github.

Both solutions would need to then identify the contents of the file, and through some sort of editor (maybe a code-editing modification of draft.js), load the contents and create a new patch with any changes.

@housseindjirdeh housseindjirdeh added this to Future Releases (but the sooner the better) in Roadmap Jul 14, 2017
@Rexogamer
Copy link

I support this idea. Most apps either don’t let you edit or block pushing to Github behind a paywall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Roadmap
Future Releases (but the sooner the b...
Development

No branches or pull requests

3 participants