Approval workflows usually need a quick answer to one question: what is different between these two texts?
Diff Between Text gives a changes-first summary, hiding the lines that stayed the same.
How to use Diff Between Text
- Put the earlier text in the first box and the later text in the second.
- Turn on Show differences only so unchanged lines drop out of the view.
- Read the additions and removals, then copy them for your notes.
Use cases
- Summarizing the changes between a draft and its revision for sign-off.
- Capturing before-and-after copy edits for a changelog.
- Sending a reviewer just the changed lines.
Good to know
Diff Between Text aligns the two versions with a longest-common-subsequence diff and, with Show differences only enabled, presents just the added and removed lines plus a running count. It compares line by line, in the browser, with nothing uploaded.
Frequently asked questions
Does it show only the changes?
With Show differences only enabled, equal lines are hidden so you get a clean list of additions and removals.
How are additions and removals marked?
Removed lines are flagged with a minus and added lines with a plus, and the totals are shown beneath the result.
Is the comparison done on my device?
Yes. The two texts never leave the browser, so confidential before-and-after copy stays private.