@@ -27,28 +27,28 @@ 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/open_JSON.png
3131 :align: center
3232
3333Copy the JSON object:
3434
35- .. image :: ../Design/copy_JSON.png
35+ .. image :: ../../ Design/copy_JSON.png
3636 :align: center
3737
3838Navigate to settings:
3939
40- .. image :: ../Design/go_to_settings.png
40+ .. image :: ../../ Design/go_to_settings.png
4141 :align: center
4242
4343Paste JSON object into list of snippets:
4444
45- .. image :: ../Design/saveASingleSnippet.gif
45+ .. image :: ../../ Design/saveASingleSnippet.gif
4646 :align: center
4747
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/snippet_added.png
5252 :align: center
5353
5454
@@ -98,24 +98,29 @@ panel in settings, similar to the single snippet upload.
9898
9999Search and Tag Update
100100---------------------
101- .. image :: ../Design/unselectedTags.png
101+
102+ .. image :: ../../Design/unselectedTags.png
102103 :align: center
103104
104105NOTE: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
105106the panel displays any tags that are tagged as import statements OR tagged as "data analytics."
106107ex) Snippet tags selected together:
107- .. image :: ../Design/snippetTagsSelected.png
108+
109+ .. image :: ../../Design/snippetTagsSelected.png
108110 :align: center
109111
110112ex) Language tags selected together:
111- .. image :: ../Design/languageTagsSelected.png
113+
114+ .. image :: ../../Design/languageTagsSelected.png
112115 :align: center
113116
114117NOTE 2: Language tags and snippets tags have an AND relationship. As in when the "Python" tag and the "data analytics" tags are selected together,
115118only 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
117121 :align: center
118122
119123NOTE 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
121126 :align: center
0 commit comments