patleeman / VSNotes

Simple VS Code extension for plain text note taking.
https://marketplace.visualstudio.com/items?itemName=patricklee.vsnotes
MIT License
174 stars 33 forks source link

Feature request: "Save as New Note" #71

Open leetucker opened 4 years ago

leetucker commented 4 years ago

Maybe I'm more scattered than the average person, but I often start typing in a new tab in VS Code, then only later decide that I want to save the tab's contents as a note. It would be nice to have a "Save as New Note" command in VSNotes to handle this.

The logic I'm thinking of:

I don't think I'm a seasoned enough TypeScript programmer to write this myself, but it seems like feature that many people would use.