An open API service indexing awesome lists of open source software.

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

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