|
|
|
# Introduction
|
|
|
|
|
|
|
|
Sverchok allows you to export your node tree setups to `.json` file, to be imported again. If you want, you may share it by use of any pastebin service, or by use of github's gist service.
|
|
|
|
|
|
|
|
To share your node trees, Sverchok has a function to automatically post exported `json` to gist.github.com service. This is a very nice and widely used feature, but since some time GitHub requires authentication for gist creation. Thus, to use this feature, you have to
|
|
|
|
|
|
|
|
# get GitHub account
|
|
|
|
# set up your GitHub account to enable automate gists creation
|
|
|
|
# set up Sverchok to tell it about your GitHub account.
|
|
|
|
|
|
|
|
# Get GitHub Account
|
|
|
|
|
|
|
|
To create GitHub account, press "Sign up for GitHub" at the https://github.com/ page. For more information about GitHub accounts, please visit [GitHub Help](https://help.github.com/en).
|
|
|
|
|
|
|
|
# Set up your GitHub Account
|
|
|
|
|
|
|
|
To allow automated gists creation, you have to create a so-called "personal access token". For that, you have to navigate to your [GitHub settings page](https://github.com/settings/profile)
|
|
|
|
|
|
|
|
and then use the sidebar to go to [Personal Access Tokens settings](https://github.com/settings/tokens). |
|
|
|
\ No newline at end of file |