An open API service indexing awesome lists of open source software.

https://github.com/hardingadonis/hash-pasted-image

Auto rename pasted images added to the vault via hash algorithm SHA-512
https://github.com/hardingadonis/hash-pasted-image

Last synced: 10 months ago
JSON representation

Auto rename pasted images added to the vault via hash algorithm SHA-512

Awesome Lists containing this project

README

          

# Hash Pasted Image

![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22hash-pasted-image%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json)
[![GitHub contributors](https://img.shields.io/github/contributors/hardingadonis/hash-pasted-image)](https://github.com/hardingadonis/hash-pasted-image/graphs/contributors)
[![GitHub top language](https://img.shields.io/github/languages/top/hardingadonis/hash-pasted-image)](ttps://github.com/hardingadonis/hash-pasted-image)
[![GitHub repo size](https://img.shields.io/github/repo-size/hardingadonis/hash-pasted-image)](ttps://github.com/hardingadonis/hash-pasted-image)
[![GitHub License](https://img.shields.io/github/license/hardingadonis/hash-pasted-image)](https://github.com/hardingadonis/hash-pasted-image/blob/main/LICENSE)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=hardingadonis_obsidian-hash-pasted-image&metric=alert_status)](https://sonarcloud.io/summary/overall?id=hardingadonis_obsidian-hash-pasted-image)

> Auto rename pasted images added to the vault via hash algorithm SHA-512

> This plugin is inspired by [obsidian paste image rename](https://github.com/reorx/obsidian-paste-image-rename)

## Usage

- Copy an image to the clipboard.
- Paste the image into the vault.
- The image will be renamed to the SHA-512 hash of the image old name.

## Settings

| # | Setting | Description | Default |
| --- | ------------------------- | ------------------------------------------------------------ | --------- |
| 1 | `Hash Algorithm` | Choose hash algorithm to rename image | `SHA-512` |
| 2 | `Encoding Digest` | Binary-to-text encoding | `hex` |
| 3 | `Copy Image File Support` | Turn on to rename image files from disk copied to the vault. | `off` |
| 4 | `Notification` | Turn on to show notification when image is renamed. | `on` |

## Contributors



## License

- [hash-pasted-image](https://github.com/hardingadonis/hash-pasted-image) is licensed under the [MIT license](LICENSE)