gistpad

VS Code extension for managing and sharing code snippets, notes and interactive samples using GitHub Gists

MIT License

Stars
915
Committers
25

Bot releases are visible (Hide)

gistpad - v0.6.0 Latest Release

Published by lostintangent 11 months ago

  • Added the New Gist context menu to tag groups in the tree, which allows quickly creating a gist with the selected tag
  • Fixed the ability to create new repos from a repo template
  • Removed the GistLog integration, since that service is no longer active
  • Updated the minimum VS Code version to >=1.75
gistpad - v0.4.1

Published by carlocardella over 2 years ago

  • Gists for followed users with more than 100 are not displayed properly; previously, the list was capped at the first 100 gists.
  • Followed users are properly synchronized across machines when Settings Sync is enabled.
  • Fix paste gist file editor's action: insert text in the editor view using the dedicated vscode api instead of using copy and paste from the clipboard.
gistpad - v0.4.0

Published by lostintangent almost 3 years ago

Enhancements

  • The default branch is now properly detected when opening a new repo (as opposed to defaulting to master)
  • Added Copy File to Gist command to the notebook editor toolbar
  • Changed the Showcase view to be hidden by default
gistpad - v0.3.0

Published by lostintangent over 3 years ago

Bug Fixes

  • Fixed a bug with updating notebook files stored in gists