mirror of
https://github.com/alexeiskachykhin/obsidian-image-metadata-plugin.git
synced 2026-07-22 10:30:27 +00:00
No description
| files | ||
| lib | ||
| metadata | ||
| types | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Image Metadata Plugin
About the Plugin
Obsidian plugin that adds image metadata editing capabilties. Annotate photos with Exif metadata right from the image viewer screen.
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
- Bump version in package.json
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 --tags- Create a release on Github with
manifest.json,main.js,styles.css