Gistpad Versions Save

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

v0.6.0

5 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

v0.4.1

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.

v0.4.0

2 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

v0.3.0

2 years ago

Bug Fixes

  • Fixed a bug with updating notebook files stored in gists