mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Included image-pasting extension (PR #26)
Included image-pasting extension
This commit is contained in:
commit
cd88f59bef
2 changed files with 6 additions and 1 deletions
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
|
@ -18,6 +18,9 @@
|
|||
"kortina.vscode-markdown-notes",
|
||||
|
||||
// Understated grayscale theme (light and dark variants)
|
||||
"philipbe.theme-gray-matter"
|
||||
"philipbe.theme-gray-matter",
|
||||
|
||||
// Image-pasting for markdown
|
||||
"mushan.vscode-paste-image"
|
||||
]
|
||||
}
|
||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -21,4 +21,6 @@
|
|||
"foam.edit.linkReferenceDefinitions": "withExtensions",
|
||||
"foam.openDailyNote.directory": "journal",
|
||||
"foam.openDailyNote.titleFormat": "fullDate",
|
||||
|
||||
"pasteImage.path": "${currentFileDir}/images/${currentFileNameWithoutExt}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue