Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 3.59 KB

README.md

File metadata and controls

56 lines (37 loc) · 3.59 KB

Image Context Menus

This plugin provides the following context menus for images in Obsidian:

  • Copy image to clipboard
  • Open image in default app
  • Show in system explorer
  • Reveal file in navigation
  • Open in new tab
    • also available through middle mouse button click

It also has an Open PDF externally context menu for PDFs.

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.

See these other plugins for related functionality:

Copying images:

copy_image_v2.mp4

Opening PDFs externally:

Opening PDFs externally on desktop

All features work on mobile, but were only tested on Android. Mobile uses the native image sharing functionality instead of the clipboard, and it downloads online images temporarily so they can be shared.

Installation

You can install the plugin via the Community Plugins tab within the Obsidian app.
Here's the plugin in Obsidian's Community Plugins website.
You can install the plugin manually by copying a release to your .obsidian/plugins/copy-url-in-preview folder.

This plugin on other sites

Obsidian Stats page
Obsidian Addict page
Obsidian Hub page

Development

This plugin follows the structure of the Obsidian Sample Plugin, see further details there.
Contributions are welcome.

Credits

Original plugin by NomarCub.
If you like this plugin you can sponsor me here on GitHub: Sponsor NomarCub, on Ko-fi here: Buy Me a Coffee at ko-fi.com, or on PayPal here: Paypal.

Thank you to the makers of the Tag Wrangler plugin, as it was a great starting point for working with context menus in Obsidian.