Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.59 KB

File metadata and controls

53 lines (45 loc) · 1.59 KB

Changelog

v2.0.0

  • Fixed the issue with the keyboard shortcut by making it user-configurable.
  • Fixed broken behavior of drag and drop.
  • Made the UI more consistent.
  • Added a new feature to rename the code snippet in the code snippet panel easily by double-clicking its name.
  • Improved the search feature with fuzzy search.
  • Added a function to save the entire cell(s) as a code snippet without highlighting code.
  • Added multi-cell saving by right clicking and saving as a code snippet.
  • Changed preview height to match the height of code snippet box at the maximum.

v1.0.4

  • Fixed the issue with deleting a snippet while searching or filtering
  • Fixed the issue with adding a snippet while searching or filtering

v1.0.3

  • Fixed the issue with keyboard shortcut to create a code snippet with highlighted text

v1.0.2

  • Fixed editing or deleting errors during filtering or searching
  • Fixed a name inlinement with language icon

v1.0.1

  • Insert, copy, and edit icons are removed and replaced by a single icon with dropdown
  • Replaced language from text to icon
  • Added a keybinding for saving highlighted code as code snippet

v1.0.0

  • Added minimap-like preview
  • Added plus icon to create a code snippet from scratch
  • Added code snippet tags for filter functionality
  • Fixed drag image and confirmation message
  • Added delete dialog

v0.1.1

  • Editing a snippet

v0.1.0

  • Creating, deleting,and using snippet to JupyterLab workspace
  • Undo/Redo deletion of snippet
  • Searching and previewing Snippets
  • Moving snippet within explorer