Currently, I keep my notes in notepad++.
While it's an awesome text editor, I'd like something that will have build-in history, much like a versioning control system, but it would simply work each time I press "Save".
Do you know of anything like that? Thanks!
I think it's possible in Visual Studio Code with a plugin like this one: https://marketplace.visualstudio.com/items?itemName=xyz.local-history
I never used it but it seems to do exactly what you want to achieve.
Indeed, it does seem to be exactly what I need :) Thanks!