I find it valuable to understand how a note has evolved over time, especially to see when I wrote a specific part of the text. This helps with reflection, understanding the context, or just to know if something needs an update
Currently, I can check this in two ways:
- Obsidian Sync: By using “Open version history” on the current file.
- Git: If I’m versioning my vault with Git, I can review the commit history.
Is there a plugin or API that makes it easier to look up when a specific portion of text was written?
Ideally, something like a “blame” view for the notes. Or a timeline/history pane integrated as a pane (not as a pop-up)
EDIT: I’ve found a functionality in obsidian-git, called 'toggle git author information" that does exactly what I wanted.