Page MenuHomePhabricator

Consider having both edit preview and diff on the same page w/experimental js preview
Open, LowPublicFeature

Description

T41273 uncovered actually an interesting possibility to explore - to have both live preview and live diff preview at the same time.

This would probably require adding another button to have downstairs:

[Save changes]
[Refresh preview]
[Hide preview]
[Hide changes]


Version: 1.21.x
Severity: enhancement

Details

Reference
bz39666

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:10 AM
bzimport set Reference to bz39666.
bzimport added a subscriber: Unknown Object (MLST).

Users interested in such a feature might want to look at the user script that I have been working on: https://en.wikipedia.org/wiki/User:TheDJ/Actual_Live_Preview

TheDJ's script does something different. Here's some js that does what we're talking about:

mw.loader.load("https://en.wikipedia.org/w/index.php?title=User:Writ_Keeper/Scripts/previewAndDiff.js&action=raw&ctype=text/javascript");

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:14 AM