Live data from Hacker News

Viewing profile — kahole

kahole

HN member
Joined
Mon, Feb 24, 2020, 9:24 PM UTC
HN karma
150
Public activity
29 items

About kahole

No profile information was provided.

Recent public activity

  1. comment
    Comment #37090820

    Clickable link: https://github.com/kahole/edamagit

  2. 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 …

  3. 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 …

  4. comment
    Comment #28954749

    You should check out edamagit, magit for vscode! https://github.com/kahole/edamagit

  5. 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 …

  6. story
  7. story
  8. story
  9. story
  10. 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…

  11. 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.

  12. 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 …

  13. 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…

  14. story
  15. comment
    Comment #25147714

    Fixed, formatting is now removed

  16. comment
  17. comment
  18. comment
    Comment #25144244

    Great suggestions!

  19. comment
    Comment #25142764

    This should now be fixed!

  20. 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…

  21. comment
    Comment #25142515

    That would be awesome!

  22. comment
    Comment #25140655

    Yes, by selecting the lines. Execution-method looks at selection first.

  23. 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…

  24. 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…

  25. 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?