angular-diff-match-patch icon indicating copy to clipboard operation
angular-diff-match-patch copied to clipboard

Add patch functionality

Open feruzm opened this issue 9 years ago • 1 comments

Hello Adam,

I wonder, if it is possible to use

patches = dmp.patch_make(text1, text2)
patch = dmp.patch_toText(patches)

with your library?

feruzm avatar Aug 20 '16 17:08 feruzm

I don't currently have any of the patch functionality implemented as I didn't have a use for it at the time. The format of it is slightly different than the standard command line tools but it shouldn't be too hard to do.

amweiss avatar Aug 20 '16 17:08 amweiss