Skip to content

alexeiskachykhin/obsidian-image-metadata-plugin

Repository files navigation

Image Metadata Plugin

Release version Download count

About the Plugin

Obsidian plugin that adds image metadata editing capabilties. Annotate photos with Exif metadata right from the image viewer screen.

image

Features

Tag File Formats
Exif:ImageDescription JPEG
XMP:dc:description PNG

Contact

For feedback, questions and bug reports, please reach out via GitHub issues.

Contributing

Development Setup

nvm use
nvm ci
npm run dev

Release

  1. Bump version in package.json
  2. RELEASE_VERSION=$(npm pkg get version | xargs)
  3. npm run version
  4. npm run build
  5. git commit -am "Release $RELEASE_VERSION"
  6. git tag -a "$RELEASE_VERSION" -m "Release $RELEASE_VERSION"
  7. git push origin main --tags
  8. Create a release on Github with manifest.json, main.js, styles.css