- Add support for GitHub Enterprise Server (GHES), configured separately from GitHub.com
- Don't insert extra lines in the note when hitting Enter in the "Set a description for your gist" modal
- Add new "Open gist on GitHub.com" command for opening your shared gist in your browser
- Allow optionally setting the description when creating a gist
- Add new "Copy GitHub.com gist URL" command for copying the gist URL of the current note to the clipboard
- Don't delete existing front matter when sharing a gist with the "Include front matter in gists" option disabled
- Add optional "Enable auto-saving Gists after edit" option, which updates your Gists on GitHub when you save changes (thanks @Jamalam360!)
- Preserve existing front matter when sharing as a gist with the "Enable updating gists after creation" option enabled
- Add support for creating a gist when in Obsidian's "Reading" or "Live Preview" modes
- Add new "Enable updating gists after creation" option, allowing users to control if gists can be updated after creation. This defaults to "on", but if it is turned off, the plugin adds no front matter to your notes! ✨
- Fix "Include front matter in gists" option (before it did the opposite of what was intended!)
- Rename commands from "Create public link on GitHub.com" and "Create private link on GitHub.com" to "Share as public gist on GitHub.com" and "Share as public gist on GitHub.com"
- Apply settings changed immediately, rather than waiting for the plugin to be reloaded
- Polyfill
Buffer
in non-Node.js environments for wider compatability
- Switch
octokit
dependency to@octokit/rest
to avoid transitive dependency on environment-unfriendlyclean-stack
package
- Initial release