alexeiskachykhin1k downloadsAnnotate photos with Exif and other metadata right from the image viewer screen.
Obsidian plugin that adds image metadata editing capabilties. Annotate photos with Exif metadata right from the image viewer screen.
| Tag | File Formats |
|---|---|
| Exif:ImageDescription | JPEG |
| XMP:dc:description | PNG |
| XMP:dc:description | WEBP |
For feedback, questions and bug reports, please reach out via GitHub issues.
nvm use
nvm ci
npm run dev
RELEASE_VERSION=$(npm pkg get version | xargs)npm run versionnpm run buildgit commit -am "Release $RELEASE_VERSION"git tag -a "$RELEASE_VERSION" -m "Release $RELEASE_VERSION"git push origin main --tagsmanifest.json, main.js, styles.css