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
Copy file name to clipboardExpand all lines: docs/user/ux.rst
+9-4
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,22 @@ Find snippet
19
19
20
20
Edit snippet
21
21
^^^^^^^^^^^^
22
-
* Click 3 dots and select "Edit snippet" in dropdown.
22
+
* Click 3 dots (or right click) and select "Edit snippet" in dropdown.
23
23
24
24
Use snippet
25
25
^^^^^^^^^^^
26
26
* Drag and drop snippet using 6 dot drag icon (visible on hover) to notebook.
27
27
28
28
* Will put snippet code into a cell upon insertion.
29
29
30
-
* Click 3 dots and select "Insert snippet" to insert snippet where cursor was on notebook.
31
-
* Click 3 dots and select "Copy to clipboard" to copy snippet and paste it wherever desired.
30
+
* Click 3 dots (or right click) and select "Insert snippet" to insert snippet where cursor was on notebook.
31
+
* Click 3 dots (or right click) and select "Copy to clipboard" to copy snippet and paste it wherever desired.
32
+
33
+
Download snippet
34
+
^^^^^^^^^^^^^^^^
35
+
* Click 3 dots (or right click) and select "Download snippet" and input the relative path to download. If the path is not given, it downloads it to the current directory.
36
+
* Easy way to share snippets with others.
32
37
33
38
Delete snippet
34
39
^^^^^^^^^^^^^^
35
-
* Click 3 dots and select "Delete snippet" and confirm delete in dialog.
40
+
* Click 3 dots (or right click) and select "Delete snippet" and confirm delete in dialog.
0 commit comments