]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/provide_inline_diffs_in_recentchanges.mdwn
Merge branch 'debian-testing'
[ikiwiki.git] / doc / todo / provide_inline_diffs_in_recentchanges.mdwn
1 It would rock if I could view diffs from the web without going via feeds. I envision toggle-style buttons on the recentchanges page, or just links to the CGI, which then displays the diff... --[[madduck]]
2
3 > The diffs are actually there, enabled by the `recentchangesdiff`
4 > plugin, but they are hidden in the XHTML version by the stylesheet.
5 > You might try a user stylesheet with `div.diff { display: block }`.
6 > --[[JasonBlevins]]
7
8 [[!tag wishlist]]