Page MenuHomePhabricator

zoe
User

Today

  • No visible events.

Tomorrow

  • No visible events.

Thursday

  • No visible events.

User Details

User Since
Mar 19 2024, 1:07 PM (107 w, 6 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Zoe-WMF [ Global Accounts ]

Recent Activity

Jan 26 2026

zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 26 2026, 2:08 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T411371: [Documentation] create an Edit check platform documentation for technical contributors.

This fell off the sprint entirely. However, the checks I've been working on are absolutely grist for the mill and I've made a couple small updates as I went along.

Jan 26 2026, 11:46 AM · Editing-team, OKR-Work, Goal, Documentation, EditCheck
zoe added a comment to T412330: [SPIKE] Investigate technical feasibility of surfacing "Add a link" suggestions within Suggestion Mode.

This got deprioritised last week and our sprint got extended. It's at the top of my list, unless I get reprioritised again.

Jan 26 2026, 11:43 AM · Editing-team (Editing-18Mar-27Mar-2026), Growth-Team, Add-Link-Structured-Task, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

Monday morning update:

  • The initial version is merged and will be on the train. We can see how it works in production on Thursday afternoon
  • I need to write an initial configuration for enwiki for Thursday
  • We need to internationalise and work out "learn more" links (outside of this ticket) before this can come out of experimental.
Jan 26 2026, 11:41 AM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

Monday morning update:

  • We're waiting on the train for ignoreQuotes and ignoreLeadSection, so this can't go anywhere until Thursday afternoon.
  • Still deciding about initial word list, as this will be in front of interested volunteers
  • I think the current config is out of sync with the ticket in terms of text, so I'll be checking that
Jan 26 2026, 11:39 AM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe placed T413780: Investigate how we could make VisualEditor better for speech-to-text users up for grabs.

I'll unassign as I'm not working on this and it's nto been prioritised

Jan 26 2026, 11:37 AM · Editing-team, VisualEditor, Accessibility
zoe added a comment to T415181: [Spike] TextMatchEditCheck: allow exclusion of certain node types.

If we do implement this, make sure there's also a ticket to backfill for various TextMatchEditCheck-based checks.

Jan 26 2026, 10:59 AM · Editing-team (Planning), OKR-Work, EditCheck, VisualEditor

Jan 23 2026

zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 23 2026, 5:55 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

I wrote a patch which uses action.once( "discard" ) to spot when the check is resolved manually – however, it'll also fire if the user deletes a big chunk of text, which doesn't feel like it's quite right.

Jan 23 2026, 5:42 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T415315: VisualEditor automatically converts backslashes to forward slashes in wikilinks.

I think this might be best handled by having Parsoid escape \ to %5C. If you visit the read page with parsoid turned on then [[o\i]] is also rendered incorrectly.

Jan 23 2026, 5:07 PM · Content-Transform-Team (Work In Progress), Parsoid-Rendering, Parsoid, VisualEditor
zoe added a comment to T415315: VisualEditor automatically converts backslashes to forward slashes in wikilinks.

The answer might be browsers.

Jan 23 2026, 4:59 PM · Content-Transform-Team (Work In Progress), Parsoid-Rendering, Parsoid, VisualEditor
zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

Testing on a larger article of around 150kb copied from enwiki "Bat" I found:

Jan 23 2026, 4:13 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe created T415381: Bug: DuplicateLinkEditCheck - in a long section the widget appears in the wrong place.
Jan 23 2026, 4:06 PM · Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 23 2026, 3:47 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T415181: [Spike] TextMatchEditCheck: allow exclusion of certain node types.

We have an ignoreQuotes patch inflight, apparently.

Jan 23 2026, 3:44 PM · Editing-team (Planning), OKR-Work, EditCheck, VisualEditor
zoe moved T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag from Doing to Code Review on the Editing-team (Editing-19Jan-30Jan-2026) board.
Jan 23 2026, 2:51 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added projects to T415315: VisualEditor automatically converts backslashes to forward slashes in wikilinks: Parsoid, Parsoid-Rendering, Content-Transform-Team.

I think this is Parsoid. I've clipped out the HTML that ve is building its model from:

Jan 23 2026, 2:42 PM · Content-Transform-Team (Work In Progress), Parsoid-Rendering, Parsoid, VisualEditor
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 23 2026, 2:06 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413706: Link selection in standalone VisualEditor has low contrast in dark mode.

The pull-through ticket at https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/1230406 which updates the VisualEditor extension has been approved, so it should go out on next week's train and should be available everywhere, including enwiki, by Thursday.

Jan 23 2026, 1:47 PM · Essential-Work, Skipped QA, Editing QA, Editing-team (Kanban Board), dark-mode, VisualEditor
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 23 2026, 12:21 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

The ignoreLeadSection fix landed on Monday, so it should now be fixed in production. This means we can go ahead with production configuration on a technical level; I'll check in on the word list.

Jan 23 2026, 12:15 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T414626: Update mw:Edit check/Deployment Status to include currently available Checks/Suggestions.

I'll have to check back with @ppelberg about whether all he wanted was a raw list, but here's a quick look at what's on the main branch (by configuration name):

Jan 23 2026, 12:11 PM · Editing-team (Editing-2Feb-17Feb-2026), MW-1.46-notes (1.46.0-wmf.14; 2026-02-03), Goal, OKR-Work, VisualEditor Suggestion Mode
zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

I did a quick performance check on a small article, but it's probably worth doing so again on a large article once this has hit production. My dev setup has issues with large articles, if I can't fix that in 15 minutes I'll revisit.

Jan 23 2026, 11:29 AM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck

Jan 22 2026

zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

That's merged. Some small attention to detail to do, like making "learn more" point to the right place, but possibly that's unnecessary because we've yet to solve how to do links in the presence of internationalisation.

Jan 22 2026, 6:50 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T399611: [MILESTONE] Deploy Suggestion Mode MVP as a beta feature (en.wiki).
Jan 22 2026, 6:30 PM · GrowthExperiments-NewcomerTasks, Patch-For-Review, OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, Growth-Team, Editing-team (Planning), Epic, Growth-Structured-Tasks, VisualEditor, EditCheck
zoe added a comment to T414626: Update mw:Edit check/Deployment Status to include currently available Checks/Suggestions.

(transcribing) Next up: A member of editing engineering please populate ticket with a list of all available suggestions, using whichever language we've been using.

Jan 22 2026, 6:10 PM · Editing-team (Editing-2Feb-17Feb-2026), MW-1.46-notes (1.46.0-wmf.14; 2026-02-03), Goal, OKR-Work, VisualEditor Suggestion Mode
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 22 2026, 4:15 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

It seems like we've discussed the toast option before – it's a bit of a pain with our implementation. I'll discuss highlights. I think it wouldn't be too hard to fire the toast if the user fixes manually: I'll look in to that.

Jan 22 2026, 2:59 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413706: Link selection in standalone VisualEditor has low contrast in dark mode.

I've pulled the latest version of standalone ve, and it looks like the highlight is correctly respecting dark mode. We'll need to pull through ve core to VisualEditor before this is reflected on mw.

Jan 22 2026, 2:55 PM · Essential-Work, Skipped QA, Editing QA, Editing-team (Kanban Board), dark-mode, VisualEditor
zoe changed the visibility for F71590505: Screenshot 2026-01-22 at 14.32.48.png.
Jan 22 2026, 2:33 PM
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 22 2026, 12:55 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 22 2026, 12:52 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 22 2026, 12:51 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 22 2026, 12:19 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 22 2026, 12:15 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck

Jan 21 2026

zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 21 2026, 6:47 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 21 2026, 6:45 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

Whew, big day! Initial reviewable version on gerritt.

Jan 21 2026, 6:44 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 21 2026, 6:11 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 21 2026, 4:39 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T415185: Spike: should toasts be configurable?.
Jan 21 2026, 12:15 PM · VisualEditor Suggestion Mode, EditCheck, Editing-team (Planning)
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 21 2026, 12:13 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe created T415185: Spike: should toasts be configurable?.
Jan 21 2026, 12:12 PM · VisualEditor Suggestion Mode, EditCheck, Editing-team (Planning)
zoe updated the task description for T415181: [Spike] TextMatchEditCheck: allow exclusion of certain node types.
Jan 21 2026, 11:42 AM · Editing-team (Planning), OKR-Work, EditCheck, VisualEditor
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 21 2026, 11:41 AM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe created T415181: [Spike] TextMatchEditCheck: allow exclusion of certain node types.
Jan 21 2026, 11:35 AM · Editing-team (Planning), OKR-Work, EditCheck, VisualEditor

Jan 20 2026

zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

We'll land an MVP ticket without internationalisation and instrumentation, and add those in a follow up patch before closing this ticket.

Jan 20 2026, 6:56 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 20 2026, 6:54 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 20 2026, 6:37 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

PM & engineering are happy to deploy this in experimental mode (ie disabled by default), preferring velocity over perfection.

Jan 20 2026, 6:36 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 20 2026, 6:33 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

Most of the way there – I have https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/1229118 in progress.

Jan 20 2026, 5:56 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 20 2026, 11:33 AM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 20 2026, 11:30 AM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work

Jan 19 2026

zoe added a comment to T413421: [Suggestion] Detect if an internal link appears >1x in the same section.

I've got the sketch of the check working – currently it's more like a FirstInternalLinkEditCheck; now it's a matter of getting the algorithm right.

Jan 19 2026, 6:22 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 19 2026, 6:21 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe created T414987: Review/update copy and internationalisation (i18n) of all check/suggestion types.
Jan 19 2026, 5:11 PM · MW-1.46-notes (1.46.0-wmf.19; 2026-03-10), Editing-team (Editing-2Mar-17Mar-2026), VisualEditor Suggestion Mode, OKR-Work, EditCheck, VisualEditor
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

Good catch, that's right. We could also consider writing a script capable of checking it for us. Probably easily scripted in bash assuming the user has jq installed, or python with native libraries.

Jan 19 2026, 4:59 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T414627: Implement a volunteer-written wordlist to base the initial Engvar Edit Suggestion on.

We might benefit from an initial small set of words that we can take to production which won't be too controversial (or difficult to review) while using the full list for feedback.

Jan 19 2026, 4:46 PM · Editing-team (Editing-2Feb-17Feb-2026), OKR-Work, Goal, VisualEditor Suggestion Mode
zoe added a comment to T411371: [Documentation] create an Edit check platform documentation for technical contributors.

This week this has been a little backburnered. I'm working on an edit check which hopefully will be the bones (and probably the meat!) of an example for the documentation.

Jan 19 2026, 3:54 PM · Editing-team, OKR-Work, Goal, Documentation, EditCheck
zoe updated the task description for T414627: Implement a volunteer-written wordlist to base the initial Engvar Edit Suggestion on.
Jan 19 2026, 2:45 PM · Editing-team (Editing-2Feb-17Feb-2026), OKR-Work, Goal, VisualEditor Suggestion Mode
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 19 2026, 2:12 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe changed the visibility for F71571319: demo-config3.json.
Jan 19 2026, 2:11 PM
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 19 2026, 2:11 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 19 2026, 2:02 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

I should have written my script with editing the config easily in mind.

Jan 19 2026, 1:40 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

In using another page for the patchdemo I discovered that there's other templates which redirect to "Use British English", in this case "EngvarB".

Jan 19 2026, 12:17 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe placed T414186: Investigate automation for checking CSS changes up for grabs.

Popping this in the backlog as I'm not likely to get to this in the coming couple of weeks.

Jan 19 2026, 11:23 AM · VisualEditor
zoe added a comment to T412330: [SPIKE] Investigate technical feasibility of surfacing "Add a link" suggestions within Suggestion Mode.

No change last week; hoping to take a look this week.

Jan 19 2026, 11:21 AM · Editing-team (Editing-18Mar-27Mar-2026), Growth-Team, Add-Link-Structured-Task, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T414694: TextMatchEditCheck doesn't reflect ignoreLeadSection on individual match configurations.
Jan 19 2026, 10:45 AM · Verified, Editing-team (Editing-19Jan-30Jan-2026), EditCheck, VisualEditor, VisualEditor Suggestion Mode, OKR-Work

Jan 16 2026

zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 16 2026, 4:52 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 16 2026, 4:49 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe updated the task description for T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 16 2026, 4:36 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

The patch to fix ignoreLeadSection has now landed.

Jan 16 2026, 11:03 AM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work

Jan 15 2026

zoe claimed T413421: [Suggestion] Detect if an internal link appears >1x in the same section.
Jan 15 2026, 4:09 PM · Editing-team (Editing-2Feb-17Feb-2026), Design, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

This is blocked on ignoreLeadSection and identifying a word list.

Jan 15 2026, 3:14 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe created T414694: TextMatchEditCheck doesn't reflect ignoreLeadSection on individual match configurations.
Jan 15 2026, 3:12 PM · Verified, Editing-team (Editing-19Jan-30Jan-2026), EditCheck, VisualEditor, VisualEditor Suggestion Mode, OKR-Work
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

We discussed that lead sections were likely to have text such as "Colour (or color in American English)" and that we should ignore the lead section as a rough heuristic to prevent this issue.

Jan 15 2026, 3:05 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T410967: Reference check should not suggest references in headings.

@EAkinloose this change was to AddReferenceEditCheck and I can't see how it could have affected paste check behaviour – could we file this as a separate bug?

Jan 15 2026, 1:48 PM · Verified, MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), VisualEditor Suggestion Mode, OKR-Work, Goal, Editing-team (Kanban Board), VisualEditor, EditCheck

Jan 13 2026

zoe claimed T412330: [SPIKE] Investigate technical feasibility of surfacing "Add a link" suggestions within Suggestion Mode.
Jan 13 2026, 6:36 PM · Editing-team (Editing-18Mar-27Mar-2026), Growth-Team, Add-Link-Structured-Task, OKR-Work, Goal, VisualEditor Suggestion Mode, VisualEditor, EditCheck
zoe placed T397170: EditCheck: Fix issues in touchable devices up for grabs.
Jan 13 2026, 6:29 PM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck
zoe updated the task description for T411371: [Documentation] create an Edit check platform documentation for technical contributors.
Jan 13 2026, 5:36 PM · Editing-team, OKR-Work, Goal, Documentation, EditCheck
zoe added a comment to T397170: EditCheck: Fix issues in touchable devices.

I'm having trouble with reproducing the blocked scroll bug.

Jan 13 2026, 5:02 PM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck
zoe changed the visibility for F71520096: Screenshot 2026-01-13 at 17.00.35.png.
Jan 13 2026, 5:01 PM
zoe updated the task description for T411371: [Documentation] create an Edit check platform documentation for technical contributors.
Jan 13 2026, 3:58 PM · Editing-team, OKR-Work, Goal, Documentation, EditCheck
zoe added a comment to T414186: Investigate automation for checking CSS changes.

I think I shouldn't have put these in the inbox, will ask later

Jan 13 2026, 11:31 AM · VisualEditor
zoe removed a project from T414186: Investigate automation for checking CSS changes: Editing-team (Kanban Board).
Jan 13 2026, 11:31 AM · VisualEditor
zoe removed a project from T413780: Investigate how we could make VisualEditor better for speech-to-text users: Editing-team (Kanban Board).
Jan 13 2026, 11:31 AM · Editing-team, VisualEditor, Accessibility

Jan 12 2026

zoe claimed T397170: EditCheck: Fix issues in touchable devices.
Jan 12 2026, 7:32 PM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck
zoe updated the task description for T407849: EditCheck doesn't detect a sfn template and shows message about absent source.
Jan 12 2026, 7:25 PM · Verified, Editing-team (Editing-19Jan-30Jan-2026), Goal, OKR-Work, EditCheck
zoe added a comment to T411371: [Documentation] create an Edit check platform documentation for technical contributors.

I had been working on this in markdown locally, but last week I've turned it into wikitext (a surprisingly frustrating process which wasn't as automatable as it looked) and continued making updates on-wiki instead.

Jan 12 2026, 7:03 PM · Editing-team, OKR-Work, Goal, Documentation, EditCheck
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 12 2026, 6:57 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

To update in more depth:

  • Internally we tried out the check and found that proper nouns were often suggested for changes.
  • We've chosen to resolve this by turning on case sensitivity, since in English proper nouns tend to be capitalised
  • We also considered whether links to other pages should be matched on the theory that they would tend to be proper nouns, see T414191: Add link filter to TextMatchEditCheck?. A counterexample was identified in chemical elements, and the fact that wikis might use a mix of redirects and link titles to handle the matter. While it might be a useful tool for other checks, we concluded that it's a less useful heuristic than capitalisation for this check.
Jan 12 2026, 6:51 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe updated the task description for T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.
Jan 12 2026, 6:19 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe moved T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag from Inbox to Doing on the Editing-team (Kanban Board) board.
Jan 12 2026, 6:12 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work
zoe added a comment to T411371: [Documentation] create an Edit check platform documentation for technical contributors.

https://www.mediawiki.org/wiki/User:Zoe-WMF/VisualEditor/EditCheckDraft

Jan 12 2026, 3:48 PM · Editing-team, OKR-Work, Goal, Documentation, EditCheck
zoe changed the visibility for F71509324: demo-config2.json.
Jan 12 2026, 2:45 PM
zoe added a comment to T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag.

Update for case sensitivity:

Jan 12 2026, 2:44 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work

Jan 9 2026

zoe added a comment to T414191: Add link filter to TextMatchEditCheck?.

We discussed the merits of this and concluded that this would probably not be a useful heuristic because there are many cases (such as chemical elements) where we would want the en_GB spelling. Avoiding proper nouns (in English, by looking for title cased words) is likely to cover these cases more accurately.

Jan 9 2026, 2:24 PM · Design, Editing-team (Kanban Board), VisualEditor Suggestion Mode, Goal, OKR-Work
zoe closed T414191: Add link filter to TextMatchEditCheck?, a subtask of T413420: [Suggestion] Detect when a variety of English is being used that does not align with article's tag, as Declined.
Jan 9 2026, 2:17 PM · Editing-team (Editing-18Feb-27Feb-2026), Editing QA, VisualEditor Suggestion Mode, Goal, OKR-Work