You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ I realise we are missing a diff viewer that is
11
11
## Motivation
12
12
13
13
I realise as a developer community we are missing on a diff viewer tool that does not store your data on their server to give you links to diff view to share with your teams.
14
-
There can be serious implications of storing your enterprise data on some server that you don’t know anything about
14
+
There can be serious implications of storing your enterprise data on some server that you don’t know anything about.
15
+
16
+
Also current diff tools lack one major ability that is to compare any two text blocks. Many diff viewers out there target specific text types like JSON etc which is not what we want most of the time.
15
17
16
18
Also due to lack of such tool, if you want to see the the diff again you have to do the following
0 commit comments