Ability to Group Github Gists
See original GitHub issueGithub Gist does not support folders. However, we can consider setting tags in the description of a Gist, which could be used to create a grouping in vscode.
An application like lepton appends #thistag
to the description of the gist.
Suggestions: Option 1: use [#tag1, #tag2] at the beginning of the description Option 1: use #thistag1 appended at the end of the description of a gist
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Ability to Group Github Gists · Issue #7 · lostintangent/gistpad
Hey all! As an update, I just shipped support for grouping gists by "type". This should help clean up/organize your gists a lot,...
Read more >Can I associate a GitHub gist with an organization?
The big difference is that a private gist's url can be shared with anyone, and they can see the content, not so much...
Read more >How to Use GitHub gists Effectively - Liquid Web
A friend will be able to see a secret GitHub gist if you send them the URL. However, your gist GitHub will also...
Read more >How can you create GitHub gists that live under an ...
I don't think you can currently create gists as an organization account, but in my experience, if your account was a personal account...
Read more >Github Gists 101: Making Code Sharing Pretty | by Paul Torres
Using gist has all the benefits of utilizing a GitHub repository with a lightweight and easy ... Click on one and you will...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just shipped an update that allows you to append tags to the end of the description (
#tag-name
), which will group your gists by that tag when grouping is enabled (per the screenshot above). You can add as many tags to a gist as you like, and the gist will be listed within all of those groups.I’m going to close this issue as resolved, but please let me know if you have any feedback/issues at all 👍
Hey all! As an update, I just shipped support for grouping gists by “type”. This should help clean up/organize your gists a lot, without needing to do anything extra (e.g. adding tags). I don’t think this replaces the need/value for arbitrary tags, but I wanted to share the update in the meantime.