No description
Find a file
Alexei Skachykhin e2b66c97a9 Release 1.2.0
2024-11-09 19:22:53 -08:00
files Support for webp file format 2024-11-09 18:28:30 -08:00
lib Support for webp file format 2024-11-09 18:28:30 -08:00
metadata Support for webp file format 2024-11-09 18:28:30 -08:00
types Added custom type definitions for piexifjs 2024-07-12 13:39:14 -07:00
.editorconfig Implemented image description editing for jpg files 2024-06-23 17:50:58 -07:00
.eslintignore Implemented image description editing for jpg files 2024-06-23 17:50:58 -07:00
.eslintrc Implemented image description editing for jpg files 2024-06-23 17:50:58 -07:00
.gitignore Implemented image description editing for jpg files 2024-06-23 17:50:58 -07:00
.npmrc Implemented image description editing for jpg files 2024-06-23 17:50:58 -07:00
.nvmrc Implemented image description editing for jpg files 2024-06-23 17:50:58 -07:00
esbuild.config.mjs Implemented XMP dc:description support for PNG files 2024-08-06 18:44:58 -07:00
LICENSE Implemented image description editing for jpg files 2024-06-23 17:50:58 -07:00
main.ts Implemented XMP dc:description support for PNG files 2024-08-06 18:44:58 -07:00
manifest.json Release 1.2.0 2024-11-09 19:22:53 -08:00
package-lock.json Support for webp file format 2024-11-09 18:28:30 -08:00
package.json Release 1.2.0 2024-11-09 19:22:53 -08:00
README.md Release 1.2.0 2024-11-09 19:22:53 -08:00
styles.css Refactored code to obsidian guidelines 2024-07-04 16:07:04 -07:00
tsconfig.json Implemented XMP dc:description support for PNG files 2024-08-06 18:44:58 -07:00
version-bump.mjs Version bump no longer conflicts with project formatting 2024-07-04 16:07:04 -07:00
versions.json Release 1.2.0 2024-11-09 19:22:53 -08:00

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
XMP:dc:description WEBP

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