timrogers / obsidian-share-as-gist

An Obsidian (https://obsidian.md/) plugin for sharing your notes as a GitHub gist - either privately or publicly.
MIT License
75 stars 7 forks source link

Add support for GitHub Enterprise Server (GHES) #639

Closed timrogers closed 2 weeks ago

timrogers commented 2 weeks ago

This updates the plugin to support GitHub Enterprise Server (GHES) as well as GitHub.com.

It does this by adding an extra section to the plugin's settings for adding a GHES base URL and access token, and adding new command palette commands to share on GitHub Enterprise Server.

timrogers commented 2 weeks ago

Fixes #629.