This plugin provides an easy way to publish your notes on github using gist so that others can use and give feedback.
You'll need to get an auth code from github https://github.com/settings/tokens and you must specificy the gist scope for it to work
You can choose to publish gist as public or private. if you need to change the scope, you can delete the gist, change the setting, and make a new one. Once it's published as a scope, that's it.
github auth token
: The github token you get from the link abovepublic
: The scope of the gist, eitherpublic
orprivate
. default is private