Skip to content

Commit

Permalink
🆕 Add option to create new notes from Explorer foambubble#1376
Browse files Browse the repository at this point in the history
  • Loading branch information
oviniciusfeitosa committed Jul 27, 2024
1 parent 4a410d1 commit 7b74f62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/foam-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,13 @@
"command": "foam-vscode.completion-move-cursor",
"when": "false"
}
],
"explorer/context": [
{
"command": "foam-vscode.create-note-from-template",
"when": "config.foam.files.showNewNoteInExplorer",
"group": "navigation"
}
]
},
"commands": [
Expand Down Expand Up @@ -642,6 +649,11 @@
"type": "object",
"description": "Custom graph styling settings. An example is present in the documentation.",
"default": {}
},
"foam.files.showNewNoteInExplorer": {
"type": "boolean",
"default": true,
"description": "Show the option to create a new note in the Explorer context menu."
}
}
},
Expand Down

0 comments on commit 7b74f62

Please sign in to comment.