Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Lskypro Upload V2

aceakaceak134 downloads

Auto upload local images to LskyPro.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

An automatic image uploader plugin for Obsidian

English | 简体中文

A lightweight and efficient image uploader plugin for Obsidian,
supporting LskyPro V1 / V2 APIs, multiple upload methods, and batch operations.


🚀 Features

  • Auto Upload: Automatically uploads and replaces pasted images with URLs
  • Multi-Version Support: Fully compatible with LskyPro V1 / V2 APIs
  • Multiple Upload Methods: Supports clipboard, drag-and-drop, right-click menu, and command palette
  • Batch Upload: Upload all local images in the current note with one click
  • Concurrent Upload: Supports low/medium/high concurrency modes for faster batch uploads
  • Smart Processing: Optional network image handling and automatic source file deletion
  • Multi-Language Support: Built-in Chinese and English language switching

📋 Quick Start

Prerequisites

Before using this plugin, make sure you have:

  1. A running and accessible LskyPro image hosting service
  2. Enabled API access in your LskyPro configuration
  3. A valid Access Token (found under User Center → Personal Token)
  4. For V2 version, a valid Storage ID is required (administrators can check through admin panel, users can obtain via API)

Plugin Setup

  1. Open Obsidian → Settings → Community Plugins → LskyPro Upload V2
  2. Fill in the basic configuration fields:
Field Description
LskyPro URL Example: https://img.example.com
Access Token Your LskyPro access token
Version Select V1 or V2
Storage ID Optional for V1; Required for V2 (see API Docs)
  1. Advanced options configuration:
Field Description
Clipboard Auto Upload Automatically upload pasted images (desktop only)
Attachment Auto Upload Automatically process attachment images (mobile only)
Process Network Images Whether to process pasted network image links
Network Blacklist Domains Specify domains that should not be processed
Fix Paths Automatically fix file path issues
Apply Image Processing Whether to apply image processing rules
Delete Source Files After Upload Whether to delete local files after successful upload
Concurrency Mode Number of concurrent uploads (low/medium/high)
Language Plugin interface language (auto/Chinese/English)

💡 Usage Guide

Clipboard Auto Upload

When you paste an image into the editor, the plugin will:

  1. Automatically upload it to your LskyPro server;
  2. Replace it with a Markdown image link, for example:
![image](https://img.example.com/uploads/2025/xx.png)

Mobile Attachment Auto Upload

When you click the attachment button and select an image file, the plugin will:

  1. Automatically upload it to your LskyPro server;
  2. Replace it with a Markdown image link:
![image](https://img.example.com/uploads/2025/xx.png)

Note: This feature hasn't been thoroughly tested on mobile devices and may have compatibility issues. Further testing and optimization will be conducted after the plugin is published.


Right-Click Upload

Right-click on a local image (in the file explorer or editor),
then choose “Upload to LskyPro” — the plugin will upload it instantly and return the image URL.

Perfect for manually uploading individual attachments.


Drag-and-Drop Upload

Simply drag local image files into the editor.
The plugin will detect the file type and automatically replace it with an image URL in Markdown syntax.


Batch Upload (All Images in Current File)

  1. Open the Command Palette (Ctrl + P or Cmd + P)
  2. Search for and run Upload all images
  3. The plugin scans and uploads all local images in the current note

You can configure concurrency mode (low/medium/high) in settings to significantly improve batch upload speed.


Batch Download

Reverse the process — download all remote images to local storage:
Command: Download all images.


Enable Debug Mode

Need to set the developer mode output mode to Detailed first, then you can enable debug info.

🔍 LskyPro Version Notes

This plugin is based on NekoTarou/lskypro-auto-upload,
with LskyPro V2 API support and automatic response parsing.
Reference: Lsky Pro API Documentation.

Field LskyPro V1 LskyPro V2
Storage Config Optional (if only one strategy exists) Required (must specify correct storage ID)
Token Auth User Token User Token
API Endpoint /api/v1/upload /api/v2/upload

⚠️ Notes

  1. After updating, restart Obsidian to ensure new features take effect
  2. Upload failures are usually caused by network instability or expired tokens
  3. Keep your token secure — never share it publicly
  4. After switching between LskyPro versions, re-enter the storage configuration
  5. Upload paths are managed by your LskyPro server, not modified by the plugin

🧭 Development Roadmap & Changelog

Implemented Features

Feature Status Description
Concurrent Upload ✅ Done Supports low/medium/high concurrency modes for faster batch uploads
Auto Delete Local Attachments ✅ Done Automatically remove local files after successful upload to keep library clean
LskyPro V1 / V2 Auto Detection ✅ Done Automatically detect and adapt to different API response formats
Right-Click Upload ✅ Done Upload directly from Obsidian's context menu
Response Result Optimization ✅ Done Unified handling of status/message/data parsing logic
Multi-Language Support ✅ Done Built-in Chinese and English language switching
Network Image Processing ✅ Done Option to process pasted network image links

Planned Features

  • Image compression options
  • Enhanced upload status notifications

🤝 Acknowledgements

Special thanks to the following projects for inspiration and reference:

  • NekoTarou/lskypro-auto-upload
  • renmu123/obsidian-image-auto-upload-plugin

👨‍💻 Project Information

  • Author: 3kk0
  • Blog: https://wiki.stxwer.top
  • Project: GitHub - Aceak/LskyPro-Upload-V2

📜 License

This project is licensed under the MIT License.

77%
HealthGood
ReviewCaution
About
Automatically upload pasted or attached images to LskyPro V1/V2 and replace them with hosted URLs. Use clipboard, drag-and-drop, context menu or command palette for single or batch uploads with adjustable concurrency, network-image handling, and optional source-file deletion.
AttachmentsImagesIntegrations
Details
Current version
1.1.3
Last updated
3 months ago
Created
7 months ago
Updates
5 releases
Downloads
134
Compatible with
Obsidian 1.8.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
aceakaceak
wiki.stxwer.top
GitHubaceak
  1. Community
  2. Plugins
  3. Attachments
  4. Lskypro Upload V2

Related plugins

Image auto upload

Upload images from your clipboard by PicGo.

Imgur

Upload images from your clipboard to imgur.com and embeds uploaded image to your note.

Image Context Menus

Image context menus (mostly on right click): Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab.

Ink

Hand write or draw directly between paragraphs using a digital pen, stylus, or Apple pencil.

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Paste image rename

Rename image after pasting, support name pattern and auto renaming.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

BRAT

Easily install a beta version of a plugin for testing.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.