Creating notes in context

Ideally, I begin typing [[title]] and click it to create a new note (and begin editing it). This is readily available in Bear

The idea being that I lay down a framework and expand on it after.

(Currently I leave a placeholder, run npm run jot, and replace the placeholder with the filename)

I bet I can fork vscode-markdown-notes to make this happen.

Alternatively... maybe I can Extend npm run jot

Referenced in:
Authoring notes
I need Jotting down a new note to be easy and familiar, so there are a few problems I'd like to solve: Creating notes in context Referencing notes easily

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