mirror of
https://github.com/flancian/garden.git
synced 2026-07-31 11:36:19 +00:00
22 lines
569 B
Plaintext
22 lines
569 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.defaultLanguage": "markdown",
|
|
"foam.edit.linkReferenceDefinitions": "off",
|
|
"foam.openDailyNote.directory": "journal",
|
|
"vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT",
|
|
"foam.openDailyNote.titleFormat": "yyyy-mm-dd",
|
|
"pasteImage.path": "${projectRoot}/assets",
|
|
"pasteImage.showFilePathConfirmInputBox": true,
|
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
|
"vscodeMarkdownNotes.slugifyCharacter": "NONE",
|
|
"vim.handleKeys": {
|
|
"[": false,
|
|
"]": false
|
|
}
|
|
}
|
|
} |