@@ -95,8 +95,8 @@ This script will concatenate and print out all of the json objects in a /snippet
9595in a project. After running the script, copy the output and paste into the User Preferences
9696panel in settings, similar to the single snippet upload.
9797
98- NOTE: If adding objects to existing list of snippets in user preferences, change counter variable
99- to n+1 where n is the ID of the last snippet stored in user preferences.
98+ ** NOTE ** : If adding objects to existing list of snippets in user preferences, change * counter * variable
99+ to n+1 where n is the ID of the last snippet stored in user preferences.
100100
101101This script will print something like :
102102
@@ -135,10 +135,10 @@ This script will print something like :
135135
136136 After generating this dictionary, one can simply delete the current contents of user preferences
137137(Advanced Settings > Code Snippet Manager > User Preferences) and paste this dictionary instead.
138- This will delete the current snippets at the endpoint (will be default snippets if extension freshly updated)
139- and replace them with the old snippets.
138+ This will delete the current snippets at the endpoint (which will be default snippets if the extension is
139+ freshly updated/installed) and replace them with the old snippets.
140140
141- NOTE: If adding objects onto an existing list of objects, make sure the ID numbers are all in sequential,
141+ ** NOTE ** : If adding objects onto an existing list of objects, make sure the ID numbers are all in sequential,
142142ascending order.
143143
144144Search and Tag Update
@@ -147,7 +147,7 @@ Search and Tag Update
147147.. image :: ../../Design/smallUnselectedTags.png
148148 :align: center
149149
150- NOTE: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
150+ ** NOTE 1 ** : Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
151151the panel displays any tags that are tagged as import statements OR tagged as "data analytics."
152152ex) Snippet tags selected together:
153153
@@ -159,17 +159,17 @@ ex) Language tags selected together:
159159.. image :: ../../Design/smallLanguageTagsSelected.png
160160 :align: center
161161
162- 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,
162+ ** 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,
163163only snippets that are both in the language Python AND tagged as data analytics will appear.
164164
165165.. image :: ../../Design/smallLangAndSnippetTag.png
166166 :align: center
167167
168- NOTE 3: When language tags are selected, only snippet tags in that language will appear for ease of selection.
168+ ** NOTE 3 ** : When language tags are selected, only snippet tags in that language will appear for ease of selection.
169169
170170.. image :: ../../Design/smallPythonTagOnly.png
171171 :align: center
172172
173- NOTE 4: If 2 of the same language tags appear in the Language Tags section this indicates that one of the snippets
173+ ** NOTE 4 ** : If 2 of the same language tags appear in the Language Tags section this indicates that one of the snippets
174174contains a snippet tag that matches the language name. To get rid of the duplicate tag, filter through snippets and
175175untag any snippets that have that Language in their snippet tags.
0 commit comments