Skip to content

Commit

Permalink
Add pictures and gifs to transition. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpinnipa committed May 3, 2021
1 parent e620f12 commit f2e96c6
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 1 deletion.
Binary file added Design/copy_JSON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Design/go_to_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Design/open_JSON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Design/saveASingleSnippet.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Design/snippet_added.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/getting_started/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Changelog
---------

v2.1.0
^^^^^^
* Made snippets globally accessible.
* Improved search : can search for code, language, and name in search bar.
* Expanded tags : now can filter by language tag and by snippet tag.
* Added ability to download snippets to local directory.
* Improved snippet creation process by making description optional and allowing uppercase
and spaces in snippet names.
* Made minor UI and bug fixes.

v2.0.1
^^^^^^
* Fixed the issue with creating the snippet from scratch or editing the snippet in the editor.
Expand Down
28 changes: 27 additions & 1 deletion docs/user/transition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,32 @@ At the end of the existing list, paste the copied JSON object, make sure the id
sequential to what already is in the list. Save using the save icon in the top right corner.
Snippet should appear in the snippets panel!

Open JSON file of snippet to upload:

.. image:: ../Design/open_JSON.png
:align: center

Copy the JSON object:

.. image:: ../Design/copy_JSON.png
:align: center

Navigate to settings:

.. image:: ../Design/go_to_settings.png
:align: center

Paste JSON object into list of snippets:

.. image:: ../Design/saveASingleSnippet.gif
:align: center


After saving, new snippet should appear at the bottom of the snippets list in the snippet panel:

.. image:: ../Design/snippet_added.png
:align: center


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

0 comments on commit f2e96c6

Please sign in to comment.