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).
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).