File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
33Changelog
44---------
5-
6- v1.1.0
5+ v2.0.0
76^^^^^^
87* Fixed the issue with the keyboard shortcut by making it user-configurable.
98* Fixed broken behavior of drag and drop.
109* Made the UI more consistent.
1110* Added a new feature to rename the code snippet in the code snippet panel easily by double-clicking its name.
1211* Improved the search feature with fuzzy search.
13- * Added a function to save the entire cell as a code snippet.
12+ * Added a function to save the entire cell(s) as a code snippet without highlighting code .
1413* Added multi-cell saving by right clicking and saving as a code snippet.
1514* Changed preview height to match the height of code snippet box at the maximum.
1615
17-
1816v1.0.4
1917^^^^^^
2018* Fixed the issue with deleting a snippet while searching or filtering
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Installation
55
66Requirements
77~~~~~~~~~~~~
8- JupyterLab >= 2.2
8+ JupyterLab >= 3.0
99
1010Install
1111~~~~~~~
You can’t perform that action at this time.
0 commit comments