Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordanhandy/obsidian-imgbb-uploader
An image uploader to imgBB for Obsidian
https://github.com/jordanhandy/obsidian-imgbb-uploader
imgbb imgbb-api obsidian obsidian-md obsidian-plugin
Last synced: about 1 month ago
JSON representation
An image uploader to imgBB for Obsidian
- Host: GitHub
- URL: https://github.com/jordanhandy/obsidian-imgbb-uploader
- Owner: jordanhandy
- License: mit
- Created: 2024-06-25T00:01:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T13:42:26.000Z (2 months ago)
- Last Synced: 2024-10-01T09:23:46.875Z (about 1 month ago)
- Topics: imgbb, imgbb-api, obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ImgBB Uploader for Obsidian
![GitHub Downloads (specific asset, all releases)](https://img.shields.io/github/downloads/jordanhandy/obsidian-imgbb-uploader/main.js) ![GitHub Tag](https://img.shields.io/github/v/tag/jordanhandy/obsidian-imgbb-uploader?label=version)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
## License
Released under [MIT](/LICENSE) by [@jordanhandy](https://github.com/jordanhandy).
## What is it?
[ImgBB](https://imgbb.com/) is a cloud storage platform that allows you to upload image files to their storage platform. Offering both paid and free plans, ImgBB is extremely lightweight and might be the perfect solution for some people looking to save on local storage in their Obsidian vaults.This plugin allows you to automatically upload images pasted or dragged into Obsidian directly into your ImgBB account (instead of stored locally). ImgBB stores only images. Other media types will not apply
## Setup and Security
ImgBB requires you have an API key. You can get one by logging in to your ImgBB account, selecting the "About" menu on the top-left-hand-side, and choosing "API".When the API key is input into settings, the value is saved. You will see a notice confirming the value has been encrypted. If you leave the settings page and return, it may look as though the API key is blank again. Assuming the plugin original data file hasn't been altered or deleted, your original API key is still encrypted and saved.
If you are unsure, you can simply paste a picture into a note to test a successful upload. If an upload fails, you can set your API key in settings again.
## How it Works
![demo gif](https://github.com/jordanhandy/obsidian-imgbb-uploader/assets/6423379/621de0c0-9664-4d2c-9753-773316c1d56f)## Settings
Configure settings such as:
- Auto delete after period of time (minimum 60 seconds)
- Upload on copy/paste
- Upload on drag/drop## Other Plugins
If you would like to use a plugin with more customization options that supports audio, video, and binary formats, check out my [Cloudinary Uploader for Obsidian](https://github.com/jordanhandy/obsidian-cloudinary-uploader)