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
+10
View File
@@ -0,0 +1,10 @@
{
"id": "obsidian-exif-prompt",
"name": "EXIF Prompt Extractor",
"version": "1.0.0",
"minAppVersion": "1.5.0",
"description": "Extracts generation prompts from image metadata and inserts them below images in code blocks.",
"author": "Codex",
"authorUrl": "",
"isDesktopOnly": true
}