ssqf / vscode-paste-image

paste image from clipboard to markdown directly!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paste Image

Paste image directly from clipboard to markdown(or other file)!

Support Mac/Windows/Linux! And support config destination folder.

paste-image

Usage

  1. capture screen to clipboard
  2. Open the command palette: Ctrl+Shift+P (Cmd+Shift+P on Mac)
  3. Type: "Paste Image" or you can use default keyboard binding: Ctrl+Alt+V (Cmd+Alt+V on Mac).
  4. Image will be saved in the folder that contains current editing file
  5. The relative path will be paste to current editing file

Config

  • pasteImage.path

    the folder path that image will be saved. Support absolute path and relative path.

    Default value is ./, mean save image in the folder contains current file.

Format

File name format

If you selected some text in editor, then extension will use it as the image file name. If not the image will be saved in this format: "Y-MM-DD-HH-mm-ss.png".

File link format

When you editing a markdown, it will pasted as markdown image link format ![](imagePath), in other file, it just paste the image's path.

Contact

If you have some any question or advice, Welcome to issue

TODO

  • support win (by @kivle)
  • support linux
  • support use the selected text as the image name
  • support config (@ysknkd in #4)
  • support config relative/absolute path (@ysknkd in #4)
  • support config image name pattern

License

The extension and source are licensed under the MIT license.

About

paste image from clipboard to markdown directly!


Languages

Language:TypeScript 76.0%Language:AppleScript 13.6%Language:PowerShell 6.0%Language:Shell 4.4%