github takeshy/obsidian-gemini-helper v1.5.16

4 hours ago

New Features

HTTP Node: Binary File Download Support

  • HTTP node now automatically detects binary responses (images, PDFs, audio, video, etc.) from the Content-Type header
  • Binary responses are saved in FileExplorerData format (Base64 encoded)
  • Use with file-save node to download and save files to your vault

Example workflow:

- id: download-image
  type: http
  url: "https://example.com/image.png"
  saveTo: imageData
- id: save-image
  type: file-save
  source: imageData
  path: "attachments/downloaded"

Supported binary types:

  • Images: PNG, JPEG, GIF, WebP, SVG, BMP, TIFF
  • Documents: PDF
  • Archives: ZIP, GZIP, TAR
  • Audio: MP3, WAV, OGG
  • Video: MP4, WebM

Workflow Generation Modal: Model Name Display

  • The workflow generation modal now displays the model name being used as a badge in the title

Changes

  • HTTP node default method changed from POST to GET

Don't miss a new obsidian-gemini-helper release

NewReleases is sending notifications on new releases.