Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/plugin-core/src/commands/RegisterNoteTraitCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ module.exports = {
// setTemplate: () => {
// return "root";
// },
/**
* Specify the vault in which a new note is created.
* This method is optional, uncomment out
* the lines below if you want to specify the vault.
* @returns the name of the desired vault.
*/
// setVault: () => {
// return "vault";
// },
},
};
`;
Expand Down