You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. More easily, just drag notebook cell(s) to the code snippet explorer on the left to create a new snippet. It will also open the dialog as above for your inputs.
28
28
29
29
.. image:: ../../Design/create_from_scratch.png
30
-
:align:center
30
+
:align:center
31
31
32
32
3. Hit the plus button next to the search bar (refer to `Search of Code Snippets`_) to create a new snippet if you want to create a snippet not from the notebook cell.
33
33
@@ -37,7 +37,7 @@ Use of Code Snippets
37
37
Click the three dots or right click anywhere on the snippet you want to use. It will open code snippet menu as below to insert, copy, edit, download, or delete the snippet.
38
38
39
39
.. image:: ../../Design/CodeSnippetMenu.png
40
-
:align:center
40
+
:align:center
41
41
42
42
Insert
43
43
^^^^^^
@@ -49,38 +49,38 @@ Copy
49
49
Click the copy option to copy. It will create a message on the bottom right corner as below.
50
50
51
51
.. image:: ../../Design/copy_snippet.png
52
-
:align:center
52
+
:align:center
53
53
54
54
Edit
55
55
^^^^
56
56
Edit the saved snippets by clicking the edit option. It will open a code snippet editor as below.
57
57
58
58
.. image:: ../../Design/code_snippet_edit.png
59
-
:align:center
59
+
:align:center
60
60
61
61
Download
62
62
^^^^^^^^
63
63
Download snippets and share them with others by clicking the download option. It will open a box as below to input **relative path** to download the snippets.
64
64
65
65
.. image:: ../../Design/download_snippets_box.png
66
-
:align:center
66
+
:align:center
67
67
68
68
Delete
69
69
^^^^^^
70
70
Delete snippets by clicking delete option. It will open a warning box as below.
71
71
72
72
.. image:: ../../Design/delete_snippet.png
73
-
:align:center
73
+
:align:center
74
74
75
75
Search of Code Snippets
76
76
-----------------------
77
77
78
78
With the filter box as below, **search** snippets with name, language, and code with search bar or **filter** them with language/filter tags!
0 commit comments