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
- Host: GitHub
- URL: https://github.com/ether/ep_timesliderdiff
- Owner: ether
- License: other
- Created: 2013-01-20T20:20:22.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T22:07:03.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T21:53:35.611Z (10 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
 
# See changes between revisions in Etherpad timeslider

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