renmu45 downloadsThis plugin uploads images from your clipboard by PicGo
Image Auto Upload Pro Plugin is an Obsidian plugin for uploading images through PicGo, PicList, or PicGo-Core and replacing image links in your notes with the uploaded image-host URLs.
The plugin id is image-auto-upload-pro, so it can be installed and
published as a standalone plugin without conflicting with the original
obsidian-image-auto-upload-plugin.
.Clippings.picbed and configName.For PicGo or PicList app mode, enable the local server and use an upload URL such as:
http://127.0.0.1:36677/upload
For PicList 2.5.3 or later, you can choose a picbed and config name with URL parameters:
http://127.0.0.1:36677/upload?picbed=smms&configName=piclist
main.js and manifest.json..obsidian/plugins/image-auto-upload-pro/
main.js and manifest.json into that folder.Image Auto Upload Pro Plugin in Obsidian settings.pnpm install
pnpm run build
Then copy the generated files into your vault plugin folder:
cp main.js manifest.json /path/to/your/vault/.obsidian/plugins/image-auto-upload-pro/
Open Obsidian settings and configure Image Auto Upload Pro Plugin.
Important settings:
Auto pasted upload: enable automatic upload when pasting image files or
Markdown network images.Default uploader: choose PicGo app, PicList app, or PicGo-Core.PicGo server: local upload endpoint, usually
http://127.0.0.1:36677/upload.Remote server mode: upload file data to a remote PicList server. Network
image processing is disabled in this mode.Work on network: enable uploading Markdown network images.Network Domain Black List: comma-separated domains that should not be
uploaded.Clipper image download folder: vault-relative temporary folder for
downloaded Web Clipper images. Default: image-auto-upload-temp.Auto process Web Clipper notes: watch the configured folder and process
newly created or modified Markdown files.Web Clipper watch folder: vault-relative folder to watch. Default:
Clippings.Web Clipper process delay: debounce delay in milliseconds. Default: 1500.Upload when clipboard has image and text together: decide whether mixed
clipboard content should still upload the image file.Delete source file after you upload file: delete local source files after
successful upload when supported by the current workflow.Copy an image file or screenshot and paste it into an Obsidian Markdown file. The plugin uploads the image and inserts the uploaded Markdown image link.
Enable Auto pasted upload and Work on network, then paste Markdown like:

The plugin inserts the pasted Markdown first, downloads the remote image, uploads it through PicGo/PicList/PicGo-Core, replaces the original URL, and removes the temporary downloaded file.
Set Web Clipper watch folder to the folder where Obsidian Web Clipper writes
Markdown files. The default is:
Clippings
When a Markdown file is created or modified in that folder, the plugin automatically processes network images in the note.
Open the Obsidian command palette and run:
Image Auto Upload Pro: Upload all imagesImage Auto Upload Pro: Download all imagesImage Auto Upload Pro: Upload local images from file pickerImage Auto Upload Pro: Download, upload, and cleanup clipped network imagesUse frontmatter to override automatic paste upload for a single note:
---
image-auto-upload-pro: true
---
Set it to false to disable automatic upload in that note.
Run tests:
pnpm test
Run TypeScript checks:
pnpm run typecheck
Build the plugin:
pnpm run build
To publish this plugin to the Obsidian community plugin marketplace:
manifest.json id as image-auto-upload-pro.README.md, LICENSE, manifest.json, and source files.manifest.json version.main.js, manifest.json, and styles.css if the plugin uses one.Work on network and is not available when
Remote server mode is enabled.This project is based on obsidian-image-auto-upload-plugin and keeps compatibility with PicGo/PicList workflows while adding the Pro features for local file selection, Markdown network image relay, and Web Clipper automation.
Thanks to: