gavvvr / obsidian-imgur-plugin

Pastes images right to imgur.com
MIT License
221 stars 58 forks source link

[FR] Option to just copy Imgur link to clipboard, without inserting markdown image #76

Open nicolnt opened 7 months ago

nicolnt commented 7 months ago

I would like this plugin to allow just uploading the image and copy Imgur link to clipboard.

My use case would be to allow complex templating, where I could then insert my custom template then paste the image where I want.

Presently, the plugin directly pastes the image link into a basic image preview markdown into Obsidian

Example Templater template:

![Figure : <% tp.file.cursor(2) %>|<% tp.file.cursor(3) %>](<% tp.file.cursor(1) %>)