Skip to content

Commit 57a1540

Browse files
committed
Add VSCode settings for markdown file handling and media file organization
1 parent 7fab3cf commit 57a1540

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"markdown.editor.filePaste.copyIntoWorkspace": "mediaFiles",
3+
"markdown.copyFiles.destination": {
4+
"**/*": "/static/img/${documentBaseName}/${documentBaseName}.${fileName/(.*)\\.(.*)/$2/}"
5+
}
6+
}

0 commit comments

Comments
 (0)