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

Jump to today's entry re-adds notes and results in duplicates #78

Closed AmerM137 closed 3 years ago

AmerM137 commented 3 years ago

Using the jump to today's entry command duplicates the Note links every time it's executed but not the memos.

Using this command should simply navigate to the day's entry.

pajoma commented 3 years ago

Yes, this is annoying.. The syncing is always triggered when an entry is opened, since I often create files outside of vscode and place them in the attachements folder. The links are then automatically created.

I plan to switch links to more readable links using markdown similar to style using in the Markdown Notes extension