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
232 stars 40 forks source link

Add a journal entry per week (e.g. 2022 > 3 > W13.md) #103

Closed roxberry closed 2 years ago

roxberry commented 2 years ago

I'd like to be able to manage my weekly status notes with journal. Can vscode-journal do this now? Figure it would drop in the month folder, 2022>3>W13.md?

edthedev commented 2 years ago

I would use this feature as well, if it were available.

pajoma commented 2 years ago

Good idea, should be easy to implement.

Keywords for input could be

Localization might be tricky. Weeks start on different days depending on your region.

edthedev commented 2 years ago

I personally, wouldn't mind much about localization, as long as the same file is opened each time the command runs.

Honestly, even if the command resulted in a file named 'W13.md' that would cover my use case just fine.