Hacker News new | ask | show | jobs
by lostintangent 1980 days ago
I was asking a similar question for numerous use cases (e.g. code snippets, book reviews, notes). Gists are so broadly useful, but relatively few developers actually use them. Personally, I found that incorporating gists into my daily workflow just wasn’t very convenient, and so I ended up creating a VS Code extension that allowed me to create, edit, and comment on gists within the editor: https://aka.ms/gistpad.

I’m not sure if ease-of-use is a reason for others to not use gists more frequently, but I’ve definitely become a bit of a gists “advocate”, after appreciating just how useful/flexible it is as a “developer cloud storage” solution.

1 comments

I use Obsidian and want to incorporate it in with my Gist usage. Found this which might be helpful: https://github.com/defunkt/gist

P.S. My biggest peeve with Gist is the missing dark mode :(. Otherwise, I find that the ability to use Markdown and embedded images in my gist's actually covers most of my documenting/blogging use case. Obsidian will hopefully address the dark mode issue.