Skip to content
master
Switch branches/tags
Code
This branch is 60 commits ahead, 57 commits behind gavvvr:master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

中文文档

Obsidian Image Auto Upload Plugin

This plugin can help you to auto upload image by picgo.

You should restart obsidian after updating the plugin.

Start

  1. install the picgo and config it
  2. open the tool and open the setting "设置 server"
  3. install the plugin in obsidian
  4. open the plugin setting, and set the "picGo server" http://127.0.0.1:{{port in picgo}}/upload(example:http://127.0.0.1:36677/upload)
  5. try paste image

Features

Upload when paste image

When you paste image to obsidian, this plugin will auto upload you image.

You can set image-auto-upload: false in frontmatter to control one file.

support ".png", ".jpg", ".jpeg", ".bmp", ".gif", ".svg", ".tiff"

Because of the bug in PicGo 2.3.0-beta7, you can not use this feature. you can install other PicGo version.

---
image-auto-upload: true
---

Upload all local images file by command

press ctrl+P and input upload all images,enter, then will auto upload all local images

download all internet to loacl

press ctrl+P and input download all images,enter, then will auto download all internet images to loacl.only test in win10

Upload image by contextMenu

Now you can upload image by contextMenu in edit mode.

Support drag-and-drop

TODO

  • upload all local images file by command
  • support yaml to config if upload image
  • support picgo-core
  • support upload image from system copy selected image

Thanks

obsidian-imgur-plugin 20211112170145