EXIF Editor

approved

by Alex Chiu

Edit EXIF data of photo files in your vault - This plugin has not been manually reviewed by Obsidian staff.

122 downloadsUpdated 1mo agoMIT

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

  1. Open Settings → Community plugins
  2. Turn on Community plugins if not already enabled
  3. Click Browse and search for "EXIF Editor"
  4. Click Install, then Enable

Manual Installation

  1. Download the latest release from GitHub Releases
  2. Extract the release assets (main.js, manifest.json, styles.css) to your vault's .obsidian/plugins/exif-editor/ directory
  3. Restart Obsidian or reload with Ctrl/Cmd + R
  4. Go to Settings → Community plugins → Installed plugins
  5. 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.