SeriousBug
04/17/2022, 7:42 AMid
and add the title
, created
and updated
fields.
The other option is calling the "Note Lookup" command programatically to create a note, but it looks like it's not possible to fully automate that. You could prefill the initial value in the lookup and change lookup settings, but that's about it: https://github.com/dendronhq/dendron/blob/master/packages/plugin-core/src/commands/NoteLookupCommand.ts#L73
(For the second option, docs on executing a command from the API are here: https://code.visualstudio.com/api/references/vscode-api#commands)