mirror of
https://github.com/flancian/garden.git
synced 2026-07-31 11:36:19 +00:00
24 lines
637 B
Plaintext
24 lines
637 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
|
|
},
|
|
"gitdoc.enabled": true,
|
|
"todo-tree.tree.scanMode": "workspace"
|
|
}
|
|
} |