mushanshitiancai / vscode-paste-image

paste image from clipboard to markdown/asciidoc directly!
MIT License
419 stars 126 forks source link

Add 'Paste Image' to Context Menu to pick up the base path more easily #124

Open sedghi opened 1 year ago

sedghi commented 1 year ago

ok hear me out. How about adding a paste image under the context menu too, so that it acts as the base location for save

  1. If I right click on the markdown (e.g.,) and paste image there, then it puts the image beside the markdown file.

image

  1. OR right click on a folder, and paste image would put the image inside that folder

image

bilogic commented 7 months ago

I like to add

  1. When we paste to any file, it should pick up the folder
  2. When we paste to a markdown file, it picks up the folder + insert the ![...](...)

Why?

Because I have folders specifically for images, so I want to be able to open them using goto anywhere and then press ctrl+alt+p to put my clipboard image beside it