This plugin provides the following context menus for images in Obsidian:
- Copy to clipboard
- Open in default app
- Show in system explorer
- Reveal file in navigation
- Reveal in File Tree Alternative
- Open in new tab
- also available through middle mouse button click
- Rename
For online image embeds, only the "Copy to clipboard" option is available.
Context menus are also added to the canvas.
Most features work on mobile, but were only tested on Android.
Copying images:
copy_image_v2.mp4
See these other plugins for related functionality:
This plugin used to be called "Copy Image and URL context menu". It had link URL copying functionality (see 1.5.2 and prior), but that was removed when it was included in Obsidian 1.5.
It also used to have anOpen PDF externally
hover context menu for embedded PDFs, which was also removed when better Obsidian native functionality appeared (see 1.9.1).
You can install the plugin via the Community Plugins tab within the Obsidian app.
Here's the plugin on Obsidian's Community Plugins website.
You can install the plugin manually by copying a release to your .obsidian/plugins/copy-url-in-preview
folder.
Obsidian Stats page
Obsidian Addict page
Obsidian Hub page
This plugin follows the structure of the Obsidian Sample Plugin, see further details there.
Contributions are welcome.
Original plugin by NomarCub.
If you like this plugin you can sponsor me here on GitHub: , on Ko-fi here:
, or on PayPal here:
.
- Renaming and mobile feature parity developed by Rikiub%
- Open in new tab developed by waterproofsodium
- Copying images developed by luckman212.
- Android image sharing developed by mnaoumov.
- Open PDF externally feature developed by mnaoumov.
- Canvas functionality, translations and fixes by Mara-Li
Thank you to the makers of the Tag Wrangler plugin, as it was a great starting point for working with context menus in Obsidian.