EXIF Editor
approvedby Alex Chiu
Edit EXIF data of photo files in your vault - This plugin has not been manually reviewed by Obsidian staff.
Obsidian EXIF Editor
Edit EXIF data directly within Obsidian.
Features
-
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
Installation
From Obsidian Community Plugins
- Open Settings → Community plugins
- Turn on Community plugins if not already enabled
- Click Browse and search for "EXIF Editor"
- Click Install, then Enable
Manual Installation
- Download the latest release from GitHub Releases
- Extract the release assets (
main.js,manifest.json,styles.css) to your vault's.obsidian/plugins/exif-editor/directory - Restart Obsidian or reload with
Ctrl/Cmd + R - Go to Settings → Community plugins → Installed plugins
- Find "EXIF Editor" and enable it
From Source
git 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.
Development
Prerequisites
- Node.js (v18 or higher)
- npm
Setup
# Clone the repository
git clone https://github.com/chiubaca/obsidian-exif-editor.git
cd obsidian-exif-editor
# Install dependencies
npm install
Build
# Production build (outputs to dist/)
npm run build
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.