Add Obsidian EXIF prompt plugin
This commit is contained in:
@@ -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]]
|
||||

|
||||
```
|
||||
|
||||
The plugin is desktop-only because it reads binary image metadata from the local vault.
|
||||
Reference in New Issue
Block a user