This is a tool that supports uploading images directly to the image bed Lsky, based on renmu123/obsidian-image-auto-upload-plugin modification. Remember to restart Obsidian after updating the plugin
- Install the LskyPro image bed and configure it. For configuration, refer to official website
- Open the interface of LskyPro
- Use the authorization interface to obtain Token and record it
- Open the plug-in configuration item and set the LskyPro domain name (for example: https://lsky.xxx.com)
- Set LskyPro Token
- The storage policy ID is an optional configuration, and it is configured according to LskyPro's policy and its own requirements. If there is only one policy, it does not need to be set
It supports uploading directly when pasting pictures from the clipboard, and currently supports copying images in the system and uploading them directly.
Support to control the upload of a single file by setting frontmatter
, the default value is true
, please set the value to false
to control the shutdown
Support ".png", ".jpg", ".jpeg", ".bmp", ".gif", ".svg", ".tiff" (because it directly calls the LskyPro interface, theoretically the files supported by the image bed It will be all right)
---
image-auto-upload: true
---
press ctrl+P and input upload all images,enter, then will auto upload all local images
The path resolution priority will be searched according to the priority in turn:
- Absolute path, refers to the absolute path based on the library
- Relative paths, starting with ./ or ../
- shortest possible form
press ctrl+P and input upload all images,enter, then will auto upload all local images
Allow multiple file drag and drop