You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# Image Context Menus
2
2
3
3
This plugin provides the following context menus for images in [Obsidian](https://obsidian.md/):
4
-
- Copy Image
4
+
- Copy image to clipboard
5
5
- Open image in default app
6
6
- Show in system explorer
7
7
- Reveal file in navigation
8
+
- Open in new tab
9
+
- also available through middle mouse button click
8
10
9
11
It also has an `Open PDF externally` context menu for PDFs.
10
12
@@ -40,8 +42,9 @@ Contributions are welcome.
40
42
Original plugin by [NomarCub](https://github.com/NomarCub).
41
43
If you like this plugin you can sponsor me here on GitHub: [](https://github.com/sponsors/NomarCub), on Ko-fi here: <ahref='https://ko-fi.com/nomarcub'target='_blank'><imgheight='35'src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0'alt='Buy Me a Coffee at ko-fi.com' /></a>, or on PayPal here: [](https://paypal.me/nomarcub).
42
44
43
-
[Copying](https://github.com/NomarCub/obsidian-copy-url-in-preview/pull/2)[images](https://github.com/NomarCub/obsidian-copy-url-in-preview/pull/3) developed by [luckman212](https://github.com/luckman212).
44
-
[Android image sharing](https://github.com/NomarCub/obsidian-copy-url-in-preview/issues/5) developed by [mnaoumov](https://github.com/mnaoumov).
45
-
[Open PDF externally](https://github.com/NomarCub/obsidian-copy-url-in-preview/issues/9) feature developed by [mnaoumov](https://github.com/mnaoumov).
45
+
-[Open in new tab](https://github.com/NomarCub/obsidian-copy-url-in-preview/pull/37) developed by [waterproofsodium](https://github.com/waterproofsodium)
46
+
-[Copying](https://github.com/NomarCub/obsidian-copy-url-in-preview/pull/2)[images](https://github.com/NomarCub/obsidian-copy-url-in-preview/pull/3) developed by [luckman212](https://github.com/luckman212).
47
+
-[Android image sharing](https://github.com/NomarCub/obsidian-copy-url-in-preview/issues/5) developed by [mnaoumov](https://github.com/mnaoumov).
48
+
-[Open PDF externally](https://github.com/NomarCub/obsidian-copy-url-in-preview/issues/9) feature developed by [mnaoumov](https://github.com/mnaoumov).
46
49
47
50
Thank you to the makers of the [Tag Wrangler plugin](https://github.com/pjeby/tag-wrangler), as it was a great starting point for working with context menus in Obsidian.
Copy file name to clipboardexpand all lines: manifest.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"id": "copy-url-in-preview",
3
3
"name": "Image Context Menus",
4
-
"version": "1.6.0",
4
+
"version": "1.7.0",
5
5
"minAppVersion": "1.5.7",
6
6
"description": "Copy, open in default app, show in system explorer, reveal in navigation context menu for images. Also Open PDF externally context menu.",
0 commit comments