-
Notifications
You must be signed in to change notification settings - Fork 55
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
Feature: Add edit code with VSCode button to repository code page #188
Comments
Want to add "Edit in FluentHub" like vscode.dev in your browser and create something similar to text editor into FluentHub? |
If so, it's a good idea. but the goal up to version v0.5 is to make all queries work correctly and with as few bugs as possible. The goal up to v0.9 is to make all mutations work correctly and with as few bugs as possible. We will also do a final check to migrate all Alpha phase features to Stable by v1. This feature may be considered after v0.5. For now, we have no plans to create a feature to change GitHub data (called Mutation) such as editing user profile and editing a blob. |
I was talking about adding an integrated instance of |
Just don't modify GitHub data? I don't know what “integrated instance” was. |
I think you should read |
Ah, when clicking the edit button, the app opens WebView2 windows with vscode.dev? |
Yep. Or with installed text-editor inside OS where is running FluentHub. |
Exactly! If is okay for you, I'll work on it soon! |
Wait just to make things clear.. @onein528 you want to add WebView2 with |
No this feature request is not like that. |
oh. Can't we use WebView? @onein528 |
can use. but he not meant to. @dovatti How about? |
Not yet. I think this will take some time to start working on if alone. @DeveloperWOW64 if you would like to implement that would be great, I would help in my free time. I do work every day so I do not have too much spare time. |
@onein528 @DeveloperWOW64 I've got some news: I've been coding according to these guide and essentially got code working. I'll release soon all the project folder with schemas, graphs and resources, and obviously with code working for WebView at least. Don't know when because I've been working and studying very hard this months 👍🏻 |
Yeah ultimately i wanna adopt with VSCode UI. |
I found this URL scheme: |
@dovatti are you still active? Could you release this code at some point? |
Before you start...
Description
Simplest idea: integrate a magnet button to open system default
text-editor
(Visual Studio Code, Atom, Sublime Text, etc etc).Alternative solutions
In addition to that, we could integrate
vscode.dev
inside achromium
instance so final user can code directly inside FluentHub: for example, if I just had to add a link toREADME.md
of an awesome-list, I'll click on "Edit in FluentHub" (or something similar), code and pull.I can help you for both ideas.
Relevant Assets
No response
The text was updated successfully, but these errors were encountered: