Looking for plugin to see edit dates per separate line
-
I have a big txt file, which gets changing at random locations. Is there a plugin where edit dates per line could be saved. And probably it has functionality to filter out lines by dates. I don’t need to print that information in the text itself, but just to be able to see it maybe next to the lines.
I was googling for it with no success.
-
I’m not aware of such a plugin. What might be an option is to checkin the file to a local git repository and create a diff to see the changes and via blame (https://www.atlassian.com/git/tutorials/inspecting-a-repository/git-blame) to see the change date of each line.