Skip to content

Instantly share code, notes, and snippets.

@ifiokjr
Last active November 14, 2021 05:10
Show Gist options
  • Save ifiokjr/553cea2cf0b68f9c8bb0af4c3d094c76 to your computer and use it in GitHub Desktop.
Save ifiokjr/553cea2cf0b68f9c8bb0af4c3d094c76 to your computer and use it in GitHub Desktop.
searching through gists

Pitfalls of gists

I've been using gists for the last few days and I really wish there was a way of searching through the gists I've created.

That's the main downside I've noticed.

However, being able to post directly from vscode with gistpad is great.

Things I would add:

  • Paste to add a link to an uploaded file (video or image).
    • If the thing being pasted is an image or gif, or video, under a certain size it should be uploaded to an account.
  • Filter and search through gists
  • Auto tweet content
    • For markdown files can set tweet: true in frontmatter data, which should trigger an action that tweets the content.
    • Auto section the content into something that can be a tweet thread.
    • Code blocks can be transformed into a screenshot of the code and maybe a link to read the code snippet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment