# SublimeImagePaste **Repository Path**: brt2/subl_imgpaste ## Basic Information - **Project Name**: SublimeImagePaste - **Description**: Forked from https://github.com/robinchenyu/imagepaste - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-24 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Ima![](README/README0.png)gePaste ========== Paste image from clipboard, save the image to a file and insert the relative path on the current cursor. # Installation use package control ## for Linux pip install PyUserInput, pyscreenshot and install python-pyqt4 as backend of pyscreenshot # Usage { "caption": "ImagePaste: Paste Image From Clipboard", "command": "image_paste" }, Take a screenshot, then just ctrl+v to paste it. It will save a png file to current directory and insert the file path in the current cursor. 1. When copy to markdown buffer, it will display the image path for markdown, eg: \!\[\](pic_path) 2. When copy to other buffer, it will display only the image path pic_path at the cursor. { "caption": "ImagePaste: Paste Image From Clipboard", "command": "image_paste" }, ![](./gif/imagepaste.gif) 3. Preview within Sublime Text. ![](./gif/imgPreview.gif)