Paste image directly from clipboard to markdown/asciidoc(or other file)!
Support Mac/Windows/Linux! And support config destination folder.
- capture screen to clipboard
- Open the command palette:
Ctrl+Shift+P(Cmd+Shift+Pon Mac) - Type: "Paste Image" or you can use default keyboard binding:
Ctrl+Shift+V(Cmd+Shift+Von Mac). - Image will be saved on ftp server
- The path will be paste to current editing file
-
pasteImageFtp.ftpHostThe destination ftp server to save image file.
Default is
"". -
pasteImageFtp.ftpUserNameThe ftp server username.
Default is
"". -
pasteImageFtp.ftpUserPwdThe ftp server user password.
Default is
"". -
pasteImage.ftpPortThe ftp server port.
Default is
21. -
pasteImage.ftpFolderThe destination server folder you want to save.
Default is
"".
If you selected some text in editor, then extension will use it as the image file name. The selected text can be a sub path like subFolder/subFolder2/nameYouWant.
If not the image will be saved in this format: "Y-MM-DD-HH-mm-ss.png".
When you editing a markdown, it will pasted as markdown image link format .
When you editing a asciidoc, it will pasted as asciidoc image link format image::imagePath[].
In other file, it just paste the image's path.
If you have some any question or advice, Welcome to issue