English Readme
This is a copy extension of vsc-markdown-image. This extension focus on supporting sync markdown images from other tools (cdn) to local files.
- Copy image files or paste screenshots, right-click menu
Paste Image
. - Sync markdown images from other tools (cdn) to local files, right-click menu
Paste Markdown
. - Automatically generate Markdown code insertion.
- Support Windows, MacOS, Linux.
Linux users must install xclip.
Ubuntu
sudo apt install xclip
CentOS
sudo yum install epel-release.noarch
sudo yum install xclip
markdown-image.base.fileNameFormat
: The filename format for upload. You can use some variables. You can find more in setting.
markdown-image.local.path
: Picture storage directory that in the local (automatically created if it does not exist). You can use some variables.
- Init.
Enjoy!