mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 06:56:19 +00:00
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]].
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user