This plugins is under development. Cloudinary is the only provider at the moment
- A command to trigger the upload
- It could upload the image or just copy/paste as usual locally
- Multiple Providers
- Maybe activate several providers and have rules per provider, e.g use a specific provider per folder (maybe private notes on paid provider and public ones in free server).
- Offline first
- Save images localy and upload them.
Plugin#.app.vault.configDir
has the .obsidian folderPlugin#.app.vault.writeBinary
for writing a binary filePlugin#.app.vault.config.attachmentFolderPath
has the attachment folder path- More info
- Parse offline images to be previewed if exists, download if not
- There should be a render-hook for all images 🤔
- Maybe this?
- Save images localy and upload them.
To parse query params with obsidian url: obsidian://test?vault=医学&query=MOC#t=123
Create releases with CI https://github.com/gavvvr/obsidian-imgur-plugin/blob/master/.github/workflows/release.yml