Viewing profile — kahole
kahole
HN member- Joined
- Mon, Feb 24, 2020, 9:24 PM UTC
- HN karma
- 150
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About kahole
No profile information was provided.
Recent public activity
-
comment
Comment #37090820
Clickable link: https://github.com/kahole/edamagit
-
story
Tell HN: Edamagit (VSCode) is looking for a new maintainer
Edamagit for VSCode, the Magit clone I started as a COVID lockdown project, is now seeking a new maintainer. I can no longer support this project, but I believe both the users and …
-
story
Tell HN: Edamagit (VSCode) is looking for a new maintainer
Edamagit for VSCode, the Magit clone I started as a COVID lockdown project, is now seeking a maintainer. I can no longer support this project, but I believe both the users and the …
-
comment
Comment #28954749
You should check out edamagit, magit for vscode! https://github.com/kahole/edamagit
-
comment
Comment #26701582
edamagit for VSCode has evolved quite a bit since initially posting the alpha here over a year ago. It's still in preview, but more magit and forge features are now present. In an …
- story
- story
- story
- story
-
comment
Comment #25526565
I'm not sure, haven't tried. Onivim2 looks cool! Looks like they support VSCode extensions, so hopefully it'll work without too much hassle. For the VSCodeVim extensions I recommen…
-
comment
Comment #25521248
For now Github is the only supported forge. The repo has to have a github remote defined, and it will try to load issues and pull requests. The forge functionality is very new.
-
comment
Comment #25519503
Yes, after installation you can use the default keyboard shortcut ‘Alt+x g’ to open the edamagit status view. You could also run the command ‘Magit Status’ from the VSCode command …
-
comment
Comment #25519042
edamagit for VSCode has evolved quite a bit since initially posting the alpha here. It's still in preview, but more magit and forge features are now present. Would love some more f…
- story
-
comment
Comment #25147714
Fixed, formatting is now removed
-
comment
Comment #25147707
fixed
-
comment
Comment #25147705
Fixed
-
comment
Comment #25144244
Great suggestions!
-
comment
Comment #25142764
This should now be fixed!
-
comment
Comment #25142638
(Now fixed) Thanks for letting me know, there is indeed a small issue with the clear() function. I considered supporting only plain-text, but I found the editable visible style tag…
-
comment
Comment #25142515
That would be awesome!
-
comment
Comment #25140655
Yes, by selecting the lines. Execution-method looks at selection first.
-
comment
Comment #25140147
I find myself opening and using the web console to do simple tasks like string manipulation, maths, sorting often. I wanted a dedicated and persistent way to do this. And also just…
-
comment
Comment #25139989
The source is very small and can be used both through the file:// and hosted http protocols. So you can easily make it do whatever you like. I could maybe expose some global variab…
-
comment
Comment #25139917
Yes, I guess. I'm pretty used to ctrl+shift+v-ing to remove any formatting. I'm now considering removing formatting by default. Know a simple way?