NomarCub / obsidian-copy-url-in-preview

Image Context Menus - Obsidian.md image context menus: copy, open in default app, show in system explorer, reveal in navigation context menu. Also Open PDF externally context menu.
MIT License
63 stars 8 forks source link

Why url-copy functionality is removed? #41

Closed GYukai closed 3 months ago

GYukai commented 3 months ago

I'm searching for a plugin to implement that and found this plugin. But why is this removed?

NomarCub commented 3 months ago

You can see it in the readme. I removed it, because Obsidian made it themselves in 1.5.

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.

You can install an old version of this plugin manually, but you won't find functionality that's not already in Obsidian.

GYukai commented 3 months ago

I see, I misunderstood the functionality. What I was searching for is copying the image from the url. Is there any plan for that?

NomarCub commented 3 months ago

Do you mean right clicking on an image embedded from an URL? That's already part of the plugin, but it broke some time ago, here's the issue tracking it: https://github.com/NomarCub/obsidian-copy-url-in-preview/issues/35 Or do you mean right clicking on an URL text in a note to copy the image to the clipboard?

GYukai commented 3 months ago

Do you mean right clicking on an image embedded from an URL? That's already part of the plugin, but it broke some time ago, here's the issue tracking it: https://github.com/NomarCub/obsidian-copy-url-in-preview/issues/35

Exactly this, I reproduced the behavior. Sorry to know it's broken.