Skip to content

Releases: HyoYoonNam/image-paste-on-github

1.0.2

25 Jun 05:58

Choose a tag to compare

Prevent data loss on failed uploads.

  • When an upload fails and 'Save locally on failure' is enabled, the pasted image is now saved into your vault and embedded normally, instead of being discarded.
  • Renamed the setting to reflect the actual behavior.

1.0.1

25 Jun 05:54

Choose a tag to compare

Addresses plugin review warnings (no functional changes).

  • Cooperate with other paste/drop handlers via evt.defaultPrevented; call preventDefault only when images are handled
  • Type GitHub API responses to remove TypeScript no-unsafe-* warnings
  • Replace the builtin-modules dependency with Node's module.builtinModules

1.0.0

25 Jun 05:28

Choose a tag to compare

Initial release of Image Paste on GitHub.

Paste or drop an image into a note and it is uploaded to your public GitHub repository via the Contents API, then embedded as a raw.githubusercontent.com link instead of being saved locally.

  • Settings tab with repository/token setup buttons and a connection test
  • Cross-platform (uses requestUrl, no Node/Electron APIs)
  • Token safety guidance: single-repo fine-grained PAT, kept out of notes and logs

Install: copy main.js, manifest.json, and styles.css into /.obsidian/plugins/image-paste-on-github/.