pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variables does not work when creating new memo

lahtite opened this issue · comments

I would like to include creating timestamp before memo line, but it seems that variables does not work there.

Settings.json
"journal.tpl-memo": "- MEMO ${d:H.mm}: ${input}",
Result:
- MEMO ${d:H.mm}: testnote

Does this problem still appear with the new version?

Tested again, seems to work