pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal
GNU General Public License v3.0
233 stars 40 forks source link

Change filename rules #57

Closed JekRock closed 3 years ago

JekRock commented 4 years ago

I think it would be easier to find a previously created note by entering the same text that was used when the note was created. How it works now:

pajoma commented 4 years ago

Hmm, not sure if switching of normalization could break the extension for a few users. Probably better to switch it off through a new setting, which then supports your workflow when typing in the name of the existing note.

pajoma commented 3 years ago

In the new version, the input will show a list of previous versions with denormalized names. Does this approach match your needs?

pajoma commented 3 years ago

Denormalization approach seems to be working