We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a410d1 commit 7b74f62Copy full SHA for 7b74f62
packages/foam-vscode/package.json
@@ -287,6 +287,13 @@
287
"command": "foam-vscode.completion-move-cursor",
288
"when": "false"
289
}
290
+ ],
291
+ "explorer/context": [
292
+ {
293
+ "command": "foam-vscode.create-note-from-template",
294
+ "when": "config.foam.files.showNewNoteInExplorer",
295
+ "group": "navigation"
296
+ }
297
]
298
},
299
"commands": [
@@ -642,6 +649,11 @@
642
649
"type": "object",
643
650
"description": "Custom graph styling settings. An example is present in the documentation.",
644
651
"default": {}
652
+ },
653
+ "foam.files.showNewNoteInExplorer": {
654
+ "type": "boolean",
655
+ "default": true,
656
+ "description": "Show the option to create a new note in the Explorer context menu."
645
657
646
658
647
659
0 commit comments