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

Allow setting the description when creating a gist #565

Closed timrogers closed 5 months ago

timrogers commented 5 months ago

Gists can have descriptions which are shown in the GitHub UI. At the moment, the description is always set to the filename of the file you are sharing.

This adds a new (skippable) UI for setting a custom description. The value defaults to the filename to preserve current behaviour.

image

Closes #564.