You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tool that supports uploading images to image beds using PicGo, PicList, and PicGo-Core.
Remember to restart Obsidian after updating the plugin.
Not tested on Mac
Start
Install the PicGo tool and configure it, refer to the official website
Enable PicGo's Server service and remember the port number
Install the plugin
Open the plugin settings and set it to https://127.0.0.1:{{port set in PicGo}}/upload (e.g., https://127.0.0.1:36677/upload)
Try to see if the upload is successful
Set picbed and configName
If you are using PicList (version >= 2.5.3), you can set the picbed and configName through URL parameters.
Example: https://127.0.0.1:36677/upload?picbed=smms&configName=piclist
This will upload the image to the smms picbed and use the piclist configName.
Using this feature, you can upload images to different picbeds in different Obsidian vaults.
Features
Upload when paste image
When you paste an image to Obsidian, this plugin will automatically upload your image.
You can set image-auto-upload: false in frontmatter to control one file.