Page MenuHomePhabricator

Provide a way to specify basic Manual of Style rules, and warn users
Open, MediumPublic

Description

VisualEditor makes it much easier to edit, and part of that is that it makes it easier to add formatting. However, just because something is technically possible doesn't mean it's commonly accepted by local communities and guidelines.

Learning common policies and other Manual-of-Style guidelines is part of the learning curve of any new editor, but there may be some common cases that could raise a flag and warn the user when they do something that's against the guidelines.

Examples include:

  • Adding bold text to articles;
  • Adding space(s) at the beginning of a paragraph;
  • Applying annotations (e.g. links) to trailing punctuation like commas.

I imagine that such a system could easily become a monstrosity of epic AbuseFilter-like complexity, which isn't desirable. But a basic version covering only the simplest use cases might be helpful to guide new editors. Perhaps it could even be restricted to new users.

This isn't something that's urgent, but if it's technically feasible I think it would be welcomed by many editors. If not, then we can get a definitive response either way :)

Event Timeline

gpaumier raised the priority of this task from to Needs Triage.
gpaumier updated the task description. (Show Details)
gpaumier added a project: VisualEditor.
gpaumier subscribed.

We've discussed adding something like this before. I think we can afford to be fairly aggressive with some of the auto-corrections, such as extra whitespace. We have a patch for the annotations problem in the works.

pasted_file (81×100 px, 10 KB)

nshahquinn-wmf set Security to None.

Implementation ideas

This has been on my mind, so jotting down some rough ideas...

Approach #1: extend Review changes and introduce as a default step within the publishing flow
After clicking/tapping the Publish changes... button, people who are new to editing could see a Review your changes-like view that:

  1. Makes them aware of the changes they are seeking to publish that likely defy Wikipedia's objectives, policies, and guidelines and
  2. Equips them with easy actions to adjust the edits they are proposing to make to bring them in-line with the given project's objectives, policies, and guidelines.

Approach #2: introduce a "review" mode that sits "atop" the editing surface
Within VE's editing toolbar, introduce a "check spelling and grammar" style tool [i] that enters people into a "reviewing" mode/mindset that, like "Approach #1", enables them to:

  1. Review the change(s) they are seeking to publish that will likely defy Wikipedia's objectives, policies, and guidelines
  2. Equips them with easy actions to adjust the edits they are proposing to bring them in-line with the given project's objectives, policies, and guidelines.

Over time, I wonder if what's surfaced in the mode "Approach #2" is "asking for" could be expanded to include suggested changes/edits.


i. Think: a Google Docs-syle spelling and grammar check that could be extended over time.
Screen Shot 2021-02-18 at 6.07.41 PM.png (1×1 px, 199 KB)