I often need to compare different versions of documentation, website content, configuration snippets, and notes. Git works great for source code, but for plain text I sometimes find it more convenient to use a dedicated comparison tool.
I'm interested in learning what other developers use for this workflow. Do you rely on editor features, standalone applications, or browser-based tools?
Recently I came across a tool called Text Differ that focuses on comparing two blocks of text and highlighting the changes. It made me wonder what approaches others prefer and which features are most important when reviewing text revisions.
What does your workflow look like?