Skip to content

Commit 0204ab3

Browse files
committed
update readme and manifest with copy image
1 parent 8d59500 commit 0204ab3

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

README.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
# Copy URL in preview mode
1+
# Copy Image and URL in Preview
22

3-
This plugin for [Obsidian](https://obsidian.md/) is a copy URL context menu in preview mode that works like the built in one in edit mode.
3+
This plugin creates a Copy Image and Copy URL context menu in preview mode in [Obsidian](https://obsidian.md/).
4+
5+
This makes copying URLs in prewiew like it is in edit mode by deafult. For copying images in edit mode check out [Ozan's Image in Editor Plugin](https://github.com/ozntel/oz-image-in-editor-obsidian)
6+
7+
Copying images:
8+
9+
https://user-images.githubusercontent.com/1992842/132140547-fead74c1-4bec-489a-945c-f28cbba43493.mp4
10+
11+
Copying URLs:
412

513
![desktop](https://user-images.githubusercontent.com/5298006/125515738-8fb2143d-6502-46d3-a1b8-57b025211c2f.gif)
614

7-
The plugin also works on mobile, but was only tested on Android.
15+
Copying URLs also works on mobile, but was only tested on Android:
816

917
![android](https://user-images.githubusercontent.com/5298006/125515758-bdf77074-a58c-4a6d-affa-88d031991ab2.gif)
1018

@@ -15,12 +23,15 @@ The plugin was tested in Obsidian v0.11.13 and subsequent versions, but probably
1523
## Installation
1624

1725
You can install the plugin via the Community Plugins tab within Obsidian.
26+
1827
You can also manually copy from releases to your `.obsidian/plugins/copy-url-in-preview` folder.
1928

20-
## Credits
29+
## Attributions
2130

2231
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.
2332

24-
## Support
33+
Copying images developed by [luckman212](https://github.com/luckman212).
34+
35+
Original plugin by [NomarCub](https://github.com/luckman212)
2536

2637
If you like this plugin you can support me on PayPal here: [![Paypal](https://img.shields.io/badge/paypal-nomarcub-yellow?style=social&logo=paypal)](https://paypal.me/nomarcub)

manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "copy-url-in-preview",
3-
"name": "Copy URL in preview",
4-
"version": "1.0.2",
3+
"name": "Copy Image and URL in Preview",
4+
"version": "1.1.0",
55
"minAppVersion": "0.11.13",
6-
"description": "Copy URL context menu in preview mode",
6+
"description": "Copy Image and Copy URL context menu in preview mode",
77
"author": "NomarCub",
88
"authorUrl": "https://github.com/NomarCub",
99
"isDesktopOnly": false

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "copy-url-in-preview",
3-
"version": "1.0.2",
4-
"description": "Copy URL context menu in preview mode for Obsidian (https://obsidian.md)",
3+
"version": "1.1.0",
4+
"description": "Copy Image and Copy URL context menu in preview mode for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {
77
"dev": "rollup --config rollup.config.js -w",

0 commit comments

Comments
 (0)