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