1 [[!template id=plugin name=editdiff author="[[JeremieKoenig]]"]]
4 This plugin adds a "Diff" button when a page is being edited.
5 When clicked, a diff between the stored page and provided content
6 is shown in the "Page Preview" area.
10 No special handling is done of concurrent edits: changes introduced
11 independently will show up in the requested diff, although they will
12 be merged when the page is saved. I suspect even detecting this case
13 would require changes in the RCS backends.