When you paste an image on the clipboard, the img path is inserted.
You can set save destination and wwwroot for each project.
- Markdown
- HTML
For other grammers, insert image-path.
.image-config.json
{
"storePath": "/images",
"wwwRoot": "/public"
"grammars": {
"Markdown": {
"url": ""
},
"GitHub Markdown": {
"url": ""
},
"HTML": {
"url": "<img src=\"${url}\" alt=\"\">"
}
}
}
- storePath: Image save destination
- wwwRoot : Route of relative path
- grammars : Grammer settings
- url : Customize pasting style, will insert image path to ${url}