1
2 Comments

Text editor with history build in? Do you know any?

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!

on October 11, 2020
  1. 2

    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.

    1. 1

      Indeed, it does seem to be exactly what I need :) Thanks!