Add Obsidian EXIF prompt plugin

This commit is contained in:
Codex
2026-06-20 19:32:05 +08:00
commit 4926007197
8 changed files with 614 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# EXIF Prompt Extractor
Obsidian plugin that extracts generation prompts from embedded image metadata and inserts the prompt below the image in a fenced code block.
## Usage
- Put the cursor on or near an embedded image and run `Extract prompt for image at cursor`.
- Click the ribbon icon with the image-plus symbol.
- Run `Extract prompts for all images in note` to process the whole active note.
The default hotkey is `Ctrl/Cmd + Alt + P`; it can be changed in Obsidian's hotkey settings.
Supported image links:
```md
![[image.png]]
![alt](image.png)
```
The plugin is desktop-only because it reads binary image metadata from the local vault.