📚 node [[paste images from clipboard]]
Paste Images from Clipboard
You can paste an image from the clipboard with cmd+alt+v
.
Images are automatically copied to the /attachments
folder and a reference is added in the file where you pasted them.
A prompt will ask you to confirm the name of the image, to disable it set "pasteImage.showFilePathConfirmInputBox": false,
in the settings.
To change the location where the image is created, change the pasteImage.path
property, e.g.:
${currentFileDir}
: save the image next to the file${currentFileDir}/images
: create animages
directory next to the file and save the image there
For more info check the vscode-paste-image extension page.
📖 stoas
- public document at doc.anagora.org/paste-images-from-clipboard
- video call at meet.jit.si/paste-images-from-clipboard
🔎 full text search for 'paste images from clipboard'