21 lines
653 B
Markdown
21 lines
653 B
Markdown
|
|
# 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.
|