Skip to content

Commit ca64e40

Browse files
authored
Merge pull request #202 from jahn96/documentation
code snippet v2.1.1
2 parents 51a15a5 + 30e85e0 commit ca64e40

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

Design/changePreivewFontSize.gif

4.79 MB
Loading

docs/getting_started/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Changelog
44
---------
55

6+
v2.1.1
7+
^^^^^^
8+
* Made font size of preview configurable in settings
9+
610
v2.1.0
711
^^^^^^
812
* Made snippets globally accessible.

docs/user/features.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,10 @@ Furthermore, hover over snippets to see the preview of each snippet.
8585

8686
.. image:: ../../Design/code_snippet_preview.png
8787
:align: center
88+
89+
Change Font Size of Snippet Preivew
90+
-----------------------------------
91+
In the JupyterLab Settings -> Advanced Settings Editor, users can set the size of code in snippet preview to see part of its content clearly.
92+
93+
.. image:: ../../Design/changePreivewFontSize.gif
94+
:align: center

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-code-snippets",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "EXPERIMENTAL: Save, reuse, and share code snippets using JupyterLab Code Snippets",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)