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

Support more date syntax #98

Closed MatrixRanger98 closed 2 years ago

MatrixRanger98 commented 2 years ago

I have no idea how to create entries for dates not in the current month. I tried things like "Sep 1", "September 1", "0901", "09/01", "01/09", but none of them is recognized.

pajoma commented 2 years ago

We use the ISO syntax, the following syntax should work

MatrixRanger98 commented 2 years ago

Thanks for the instruction! Would you like to consider adding more syntax? I think many similar apps have this feature. There is usually no trouble in recognizing dates in OmniFocus or Apple Reminder no matter what syntax you use.