To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Pretty Diff
Developer(s)Austin Cheney
Initial releaseMarch 3, 2009; 15 years ago (2009-03-03)
Stable release
101.0.0 / April 21, 2019; 5 years ago (2019-04-21)
Repository
Written inTypeScript
PlatformWeb platform
TypeData comparison, prettification, minification
LicenseCC0
Websiteprettydiff.com Edit this at Wikidata

Pretty Diff is a language-aware data comparison[1][2] utility implemented in TypeScript. The online utility is capable of source code prettification, minification, and comparison of two pieces of input text. It operates by removing code comments from supported languages and then performs a pretty-print[3] operation prior to executing the diff algorithm. An abbreviated list of unit tests is provided.[4] The documentation[5] claims the JavaScript pretty-print operation conforms to the requirements of JSLint.

As Pretty Diff is written entirely in TypeScript, the application executes in a web browser or on command line using a stand-alone JavaScript interpreter, such as Node.js.

As of March 23, 2016 Pretty Diff stated it would abandon  NPM in response to a list of disagreements.[6] On April 18, 2016 in parallel to the release of Pretty Diff version 2.0.0. the NPM package is updated to artificial version 99 where it is effectively locked into version 1.16.37.[7][8]

The source code is published at the Pretty Diff GitHub repository.[9]

Alternatives

See also

References

  1. ^ "Slodive - 20 Beneficial Web Development Tools".
  2. ^ "Noupe, The Curious Side of Smashing Magazine - 25+ Useful Document and File Comparison Tools".
  3. ^ "Stack Overflow - Online code beautifier and formatter".
  4. ^ "Pretty Diff samples". Archived from the original on 2012-07-31. Retrieved 2012-07-12.
  5. ^ "documentation". Archived from the original on 2012-07-31. Retrieved 2012-07-07.
  6. ^ "Investigate alternatives to NPM · Issue #291 · prettydiff/prettydiff · GitHub".
  7. ^ "Release Pretty Diff v2.0.0 Published · prettydiff/prettydiff · GitHub".
  8. ^ "prettydiff - npm".
  9. ^ "Pretty Diff GitHub repository".

External links

This page was last edited on 22 December 2023, at 18:29
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.