@@ -27,7 +27,7 @@ Snippet should appear in the snippets panel!
2727
2828Open JSON file of snippet to upload:
2929
30- .. image :: ../../Design/open_JSON .png
30+ .. image :: ../../Design/smallOpenJSON .png
3131 :align: center
3232
3333Copy the JSON object:
@@ -37,7 +37,7 @@ Copy the JSON object:
3737
3838Navigate to settings:
3939
40- .. image :: ../../Design/go_to_settings .png
40+ .. image :: ../../Design/smallGoToSettings .png
4141 :align: center
4242
4343Paste JSON object into list of snippets:
@@ -48,7 +48,7 @@ Paste JSON object into list of snippets:
4848
4949After saving, new snippet should appear at the bottom of the snippets list in the snippet panel:
5050
51- .. image :: ../../Design/snippet_added .png
51+ .. image :: ../../Design/smallSnippetAdded .png
5252 :align: center
5353
5454
@@ -99,28 +99,28 @@ panel in settings, similar to the single snippet upload.
9999Search and Tag Update
100100---------------------
101101
102- .. image :: ../../Design/unselectedTags .png
102+ .. image :: ../../Design/smallUnselectedTags .png
103103 :align: center
104104
105105NOTE: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
106106the panel displays any tags that are tagged as import statements OR tagged as "data analytics."
107107ex) Snippet tags selected together:
108108
109- .. image :: ../../Design/snippetTagsSelected .png
109+ .. image :: ../../Design/smallSnippetTagsSelected .png
110110 :align: center
111111
112112ex) Language tags selected together:
113113
114- .. image :: ../../Design/languageTagsSelected .png
114+ .. image :: ../../Design/smallLanguageTagsSelected .png
115115 :align: center
116116
117117NOTE 2: Language tags and snippets tags have an AND relationship. As in when the "Python" tag and the "data analytics" tags are selected together,
118118only snippets that are both in the language Python AND tagged as data analytics will appear.
119119
120- .. image :: ../../Design/langAndSnippetTag .png
120+ .. image :: ../../Design/smallLangAndSnippetTag .png
121121 :align: center
122122
123123NOTE 3: When language tags are selected, only snippet tags in that language will appear for ease of selection.
124124
125- .. image :: ../../Design/pythonTagOnly .png
125+ .. image :: ../../Design/smallPythonTagOnly .png
126126 :align: center
0 commit comments