]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/editdiff.mdwn
debian/changelog entry for commit 37b4fadcee4e500a1ac68ce9fcd8d6d942628cf6
[git.ikiwiki.info.git] / doc / plugins / editdiff.mdwn
1 [[template id=plugin name=editdiff author="[[JeremieKoenig]]"]]
2 [[tag type/useful]]
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.
8 ## Problems
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.