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

When first word in a memo or task starts with n that character is lost / removed #156

Closed smarkwart closed 2 months ago

smarkwart commented 5 months ago

Hello,

I just made the experience that when I enter a note or task which starts with letter n, like "task new", that character is somehow lost / removed.

How to reproduce: Create a new task with "task new stuff"

Expected outcome: A new task is created which contains the text "new stuff"

Observed outcome: A new task is created which contains the text "ew stuff"

I'm using v1.0.1 currently

pajoma commented 2 months ago

Thanks for fixing it