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

https://github.com/ether/ep_timesliderdiff

See the difference between revisions in the timeslider with this Etherpad plugin
https://github.com/ether/ep_timesliderdiff

Last synced: 9 months ago
JSON representation

See the difference between revisions in the timeslider with this Etherpad plugin

Awesome Lists containing this project

README

          

![Publish Status](https://github.com/ether/ep_timesliderdiff/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_timesliderdiff/workflows/Backend%20tests/badge.svg)

# See changes between revisions in Etherpad timeslider

![Alt text](http://i.imgur.com/5dqPPFj.png)

NOTE: This is a prototype to show a way to implement this functionality. This plugin needs rewriting if you want to use it in production.

Want to see what's been changed since you left? If you want to see a Diff in pad please use ep_what_have_i_missed

Install via the /admin/plugins UI in Etherpad Lite.

# TODO

* Styling
* Update diff on slide
* Remember position user last was on pad and compare then to now
* Lots...
* Use SocketIO instead of AJAX (for streaming when searching through large pads)
* UI polishing
* Progress indicator
* Test coverage