An Obsidian plugin that adds shortcuts to optimize images using Optimage (required to run):
- “Open with Optimage” right-click menu item for files
- “Optimize and rename image(s) under cursor” command
This plugin doesn't support mobile.
From inside Obsidian…
- Go to Settings → Community plugins.
- Disable Safe mode.
- Click Browse, search for Optimage Kit, and click Install.
- Click the toggle button to enable the plugin.
For manual installation, download this repo and copy over main.js
and manifest.json
to your vault: VaultFolder/.obsidian/plugins/optimage-kit/
.
- Clone this repo.
yarn
to install dependencies.yarn dev
to start compilation in watch mode.bash install-built.sh /path/to/your/vault -d
to create symbolic links of built files to your vault for quick development.
- Run
yarn build
. - Bump version in
manifest.json
andversions.json
. - Add changes in
CHANGELOG.md
. - Add a new release in Github with the changelog texts and the built
main.js
andmanifest.json
attached.
If you really like this plugin and want to support its development, please consider buying me a coffee 🙂 Thanks!