TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
63 stars 28 forks source link

Have a way to hide wiki diff while editing #1993

Closed vadosnaprimer closed 1 week ago

vadosnaprimer commented 1 month ago

When you do a lot of edits and you need to see how they will look, you'll need to scroll back and forth between source and preview, and the diff view is in-between and takes extra time to scroll every time. Depending on how heavy the edits are, it may get huge, and it's not often needed. When it is, it's better to show it explicitly upon request. A simple down arrow folding thing would be fine IMO (like the one that shows subpages, except hidden by default (like news).

In theory this could be useful in forum editing too, but it's much less frequent to reformat a forum post, while in wiki it's regular activity.

YoshiRulz commented 1 month ago

see also #1876