HTML::Entities::encode_numeric is not exported
[ikiwiki.git] / doc / plugins / editdiff.mdwn
blob8d9daa0ff41e6c92078958bd51595159c224e076
1 [[!template id=plugin name=editdiff author="[[JeremieKoenig]]"]]
2 [[!tag type/web]]
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.