Edit EXIF data directly within Obsidian.
Edit common EXIF fields Description, Artist, Copyright, Date Taken, Software, Lens Model, User Comment)
Map view to display GPS data
Advanced JSON editor for editing the raw EXIF data if you know what you're doing
main.js, manifest.json, styles.css) to your vault's .obsidian/plugins/exif-editor/ directoryCtrl/Cmd + Rgit clone https://github.com/chiubaca/obsidian-exif-editor.git
cd obsidian-exif-editor
npm install
npm run build
Then copy dist/main.js, dist/styles.css, and manifest.json to your vault's .obsidian/plugins/exif-editor/ directory.
# Clone the repository
git clone https://github.com/chiubaca/obsidian-exif-editor.git
cd obsidian-exif-editor
# Install dependencies
npm install
# Production build (outputs to dist/)
npm run build
This project is licensed under the MIT License - see the LICENSE file for details.