Skip to content

v0.1.0 — Initial scaffold

Choose a tag to compare

@atbeta atbeta released this 25 Jul 02:34
b62edea

PicFast Image Uploader v0.1.0

First public release. Upload pasted or dropped images to your PicFast instance — no PicGo middleman.

Features

  • 📋 Upload from clipboard via ribbon icon or Ctrl/Cmd+Shift+V
  • 🖱️ Paste / drop handlers with configurable behaviour (Off / Ask each time / Always upload)
  • 🪄 Auto-discovers ~/.config/picfast/config.json and PICFAST_URL/PICFAST_TOKEN env vars
  • 🌐 No CORS pain — uses Obsidian's requestUrl
  • 🌏 English + Simplified Chinese

Install

  • BRAT (recommended for now): BRAT settings → Add Beta plugin → paste atbeta/picfast-obsidian-plugin
  • Manual: download main.js, manifest.json, styles.css below and drop into .obsidian/plugins/picfast-image-uploader/

Notes

  • This is a pre-release build for internal testing. PicFast Community Plugins submission pending.
  • Non-image drops (PDF, etc.) fall through to Obsidian default behaviour.
  • Image compression / format conversion are server-side; the plugin does not expose them.