vscode-markdown-notes icon indicating copy to clipboard operation
vscode-markdown-notes copied to clipboard

Add `uniqueId` and `uniqueIdTemplate` for match and convention.

Open Liqiduan opened this issue 9 months ago • 0 comments

As the basic feature of #201, here is an way to implement that.

I have add an config, and after setting noteCompletionConvention to uniqueId, and setting uniqueIdTemplate to \d{8}_\d{1,}, the complete and convention work like below:

image

Liqiduan avatar May 02 '24 16:05 Liqiduan