Files

14 lines
473 B
JSON
Raw Permalink Normal View History

2026-01-04 16:12:04 +08:00
{
"cSpell.words": [],
"pasteImage.path": "${currentFileDir}/images",
"pasteImage.defaultName": "${currentFileNameWithoutExt}-YYYY-MM-DD-HH-mm-ss",
"pasteImage.prefix": "images/",
"pasteImage.insertPattern": "![](${imageFilePath})",
"pasteImage.basePath": "${currentFileDir}/images",
"markdown.copyFiles.destination": {
"*.md": "images/${fileName}"
},
"markdown.editor.drop.enabled": false,
"markdown.editor.pasteUrlAsFormattedLink.enabled": false
}