Skip to content

Commit f2e96c6

Browse files
committed
Add pictures and gifs to transition. Update changelog.
1 parent e620f12 commit f2e96c6

File tree

7 files changed

+37
-1
lines changed

7 files changed

+37
-1
lines changed

Design/copy_JSON.png

167 KB
Loading

Design/go_to_settings.png

199 KB
Loading

Design/open_JSON.png

382 KB
Loading

Design/saveASingleSnippet.gif

6.69 MB
Loading

Design/snippet_added.png

165 KB
Loading

docs/getting_started/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
Changelog
44
---------
55

6+
v2.1.0
7+
^^^^^^
8+
* Made snippets globally accessible.
9+
* Improved search : can search for code, language, and name in search bar.
10+
* Expanded tags : now can filter by language tag and by snippet tag.
11+
* Added ability to download snippets to local directory.
12+
* Improved snippet creation process by making description optional and allowing uppercase
13+
and spaces in snippet names.
14+
* Made minor UI and bug fixes.
15+
616
v2.0.1
717
^^^^^^
818
* Fixed the issue with creating the snippet from scratch or editing the snippet in the editor.

docs/user/transition.rst

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,32 @@ At the end of the existing list, paste the copied JSON object, make sure the id
2323
sequential to what already is in the list. Save using the save icon in the top right corner.
2424
Snippet should appear in the snippets panel!
2525

26+
Open JSON file of snippet to upload:
27+
28+
.. image:: ../Design/open_JSON.png
29+
:align: center
30+
31+
Copy the JSON object:
32+
33+
.. image:: ../Design/copy_JSON.png
34+
:align: center
35+
36+
Navigate to settings:
37+
38+
.. image:: ../Design/go_to_settings.png
39+
:align: center
40+
41+
Paste JSON object into list of snippets:
42+
43+
.. image:: ../Design/saveASingleSnippet.gif
44+
:align: center
45+
46+
47+
After saving, new snippet should appear at the bottom of the snippets list in the snippet panel:
48+
49+
.. image:: ../Design/snippet_added.png
50+
:align: center
51+
2652

2753
Transferring Multiple Snippets
2854
------------------------------
@@ -63,4 +89,4 @@ script to help with the transition:
6389
6490
This script will concatenate and print out all of the json objects in a /snippets folder
6591
in a project. After running the script, copy the output and paste into the User Preferences
66-
panel in settings.
92+
panel in settings, similar to the single snippet upload.

0 commit comments

Comments
 (0)