@@ -27,28 +27,28 @@ Snippet should appear in the snippets panel!
27
27
28
28
Open JSON file of snippet to upload:
29
29
30
- .. image :: ../Design/open_JSON.png
30
+ .. image :: ../../ Design/open_JSON.png
31
31
:align: center
32
32
33
33
Copy the JSON object:
34
34
35
- .. image :: ../Design/copy_JSON.png
35
+ .. image :: ../../ Design/copy_JSON.png
36
36
:align: center
37
37
38
38
Navigate to settings:
39
39
40
- .. image :: ../Design/go_to_settings.png
40
+ .. image :: ../../ Design/go_to_settings.png
41
41
:align: center
42
42
43
43
Paste JSON object into list of snippets:
44
44
45
- .. image :: ../Design/saveASingleSnippet.gif
45
+ .. image :: ../../ Design/saveASingleSnippet.gif
46
46
:align: center
47
47
48
48
49
49
After saving, new snippet should appear at the bottom of the snippets list in the snippet panel:
50
50
51
- .. image :: ../Design/snippet_added.png
51
+ .. image :: ../../ Design/snippet_added.png
52
52
:align: center
53
53
54
54
@@ -98,24 +98,29 @@ panel in settings, similar to the single snippet upload.
98
98
99
99
Search and Tag Update
100
100
---------------------
101
- .. image :: ../Design/unselectedTags.png
101
+
102
+ .. image :: ../../Design/unselectedTags.png
102
103
:align: center
103
104
104
105
NOTE: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
105
106
the panel displays any tags that are tagged as import statements OR tagged as "data analytics."
106
107
ex) Snippet tags selected together:
107
- .. image :: ../Design/snippetTagsSelected.png
108
+
109
+ .. image :: ../../Design/snippetTagsSelected.png
108
110
:align: center
109
111
110
112
ex) Language tags selected together:
111
- .. image :: ../Design/languageTagsSelected.png
113
+
114
+ .. image :: ../../Design/languageTagsSelected.png
112
115
:align: center
113
116
114
117
NOTE 2: Language tags and snippets tags have an AND relationship. As in when the "Python" tag and the "data analytics" tags are selected together,
115
118
only snippets that are both in the language Python AND tagged as data analytics will appear.
116
- .. image :: ../Design/langAndSnippetTag.png
119
+
120
+ .. image :: ../../Design/langAndSnippetTag.png
117
121
:align: center
118
122
119
123
NOTE 3: When language tags are selected, only snippet tags in that language will appear for ease of selection.
120
- .. image :: ../Design/pythonTagOnly.png
124
+
125
+ .. image :: ../../Design/pythonTagOnly.png
121
126
:align: center
0 commit comments