Thinking about this, it seems like there should exist some version of diff which points out differences on the word level rather than the line level. That would be useful for text documents which only have line breaks in between paragraphs. Given how easy I expect it to be to program such a thing almost certainly does exist, but I don’t know where to find it.
I’m only familiar with open source tools, but git will do this with “git diff—word-diff FILE1 FILE2” and Emacs diff has the “ediff-toggle-autorefine” command. IMO you still need to insert line breaks before they become useful.
I’m still looking for an online diff tool that makes the word-level differences obvious. That would be ideal here (my web skills are too weak to make it happen this month).
Thinking about this, it seems like there should exist some version of diff which points out differences on the word level rather than the line level. That would be useful for text documents which only have line breaks in between paragraphs. Given how easy I expect it to be to program such a thing almost certainly does exist, but I don’t know where to find it.
Try wdiff
I’m only familiar with open source tools, but git will do this with “git diff—word-diff FILE1 FILE2” and Emacs diff has the “ediff-toggle-autorefine” command. IMO you still need to insert line breaks before they become useful.
GNU has wdiff though I’ve never used it: https://www.gnu.org/software/wdiff/ (update: the git command above seems to do the same thing)
I’m still looking for an online diff tool that makes the word-level differences obvious. That would be ideal here (my web skills are too weak to make it happen this month).