You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the extension only appears to save notes when VS Code is gracefully closed. This can cause data loss if the computer restarts, VS code crashes, etc. For example, I just ran into a problem where my computer rebooted after a long session of note taking and I lost all of the notes.
Instead, I suggest immediately saving notes when they are created/modified if this is something the VS Code API allows you to do.