Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PicGo Markdown ScannerNew to Visual Studio Code? Get it now.
PicGo Markdown Scanner

PicGo Markdown Scanner

MuShan-Bit

|
1 install
| (1) | Free
Scan images referenced by the current Markdown or MDX file and upload them with PicGo Server.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PicGo Markdown Scanner

PicGo Markdown Scanner logo

VS Code extension that scans the current .md or .mdx file, uploads all local image references to PicGo Server, and replaces those references with the uploaded URLs.

Features

  • Command Palette command: PicGo: Upload Images in Current Markdown File
  • Editor and Explorer right-click menu entries for .md and .mdx files
  • Scans local image references in:
    • Markdown image syntax
    • Markdown reference definitions: [logo]: ./logo.png
    • HTML image tags with src
    • MDX image tags with src
    • Obsidian-style embeds: ![[image.png]]
  • Uploads through PicGo Server JSON API: POST /upload with { "list": ["path"] }

Configuration

Set picgoMarkdownUploader.serverUrl in VS Code settings.

Default:

{
  "picgoMarkdownUploader.serverUrl": "http://127.0.0.1:36677"
}

PicGo Server must be enabled in the PicGo app before running the command.

Development

npm install
npm test
npm run compile

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft