Integrating with vscode

Now that npm run jot can take a title and produce a note, it might be wise to add this to my editor such that I can right click on a placeholder, generating a note from the text, and replace it with the new note's filename.

Unsure if tasks can get me there, I bet I need to write an extension.

Referenced in:
Extend npm run jot
Idea: npm run jot "Title here" adds a title and prints the timestamp for easy placeholder management. Yeah let's build that. It works Integrating with vscode