patleeman / VSNotes

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

[Suggestion] Find note by specific date, or by date range #105

Open Emka877 opened 2 years ago

Emka877 commented 2 years ago

First thanks for this great VSCode extension!

Problem

I use VSNotes quite extensively. I have a lot of notes. Sometimes, I am unable to find the note by file name, or even by tag (eg: forgot to set them up).

Alternatively, say a colleague shows up and asks me for a note from that specific date, or from about that date range.

Possible solution

Say I have a rough (or precise) idea of when I created the note; let the user find a note by specific date, or by date range.

The search would be performed on the files metadata (date created or date modified, maybe set an option to toggle between both)