https://github.com/dj-nitehawk/diffwords
Generates a word based inline diff, given 2 pieces of text
https://github.com/dj-nitehawk/diffwords
diff diff-algorithm diff-match-patch inline-diff word-diff
Last synced: 10 months ago
JSON representation
Generates a word based inline diff, given 2 pieces of text
- Host: GitHub
- URL: https://github.com/dj-nitehawk/diffwords
- Owner: dj-nitehawk
- License: mit
- Created: 2019-02-03T15:39:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T01:41:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T05:27:39.590Z (12 months ago)
- Topics: diff, diff-algorithm, diff-match-patch, inline-diff, word-diff
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiffWords
Takes in 2 pieces of strings and outputs html with the insertions and deletions marked with `` and `` tags.
Unlike most diff generators, continuous insertions and deletions are grouped together. Diffing is word based, instead of character based.
**See the demo project for usage...**