zgfdada20 downloadsUpload local and remote note images to Lsky Pro with download, context-menu, and progress support
An Obsidian plugin for uploading images to Lsky Pro. This maintained fork keeps the original clipboard and drag/drop workflow, and adds a cleaner implementation for local images, remote images, context-menu actions, and progress reporting.
POST /api/uploadtoken: <token> headerimage form fieldPOST /api/v1/uploadAuthorization: Bearer <token>file form fieldDownload all images now replaces remote links with note-relative local linksUpload current note images to Lsky (auto-handle remote images)npm install
npm run build
Copy the generated plugin files into:
<your-vault>/.obsidian/plugins/lskypro-auto-upload-enhanced
Then reload Obsidian.
Open:
Settings -> Community plugins -> Image To Lskypro Enhanced
Important settings:
LskyPro 域名https://lsky.example.comLskyPro Token图片下载目录attachments/clippingsDelete source file after you upload fileUpload all images-All images in the current fileUploads images referenced in the current note.
Download all imagesDownloads remote images referenced in the current note into the configured download folder, then replaces the note links with local relative links.
Upload all images - All notes in vault (reuse)Runs the current-note upload logic across all Markdown notes in the vault.
This fork adds a context-menu entry for Markdown notes:
Upload current note images to Lsky (auto-handle remote images)
It appears in:
.md filesYou can control clipboard auto upload per note:
---
image-auto-upload: true
---
Set it to false to disable auto upload for that note.
管理员关闭了接口, enable API access in the Lsky Pro admin panel.