Files
garden/flancian.code-workspace
T
flancian b63aa79658 Track my actual open agora editors in my garden.
We could all do this (that's the spirit of the agora) and thus share our
mental [[contexts]].
2021-09-05 20:03:10 +02:00

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
}
}
}