excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

feat: add new diagram command #116 #140

Open b9n2038 opened 6 months ago

b9n2038 commented 6 months ago

Add command for create new diagram #116

pomdtr commented 4 months ago

Hey, sorry I missed this one!

I think the proper way to integrate a command like this is to integrate with the file/newFile menu. It would list the command in:

see https://github.com/marp-team/marp-vscode/blob/main/package.json#L222 for an example.