User Details
- User Since
- Oct 16 2021, 7:13 AM (242 w, 4 d)
- Availability
- Available
- LDAP User
- Bhsd
- MediaWiki User
- Unknown
Today
Yesterday
It is a Chrome bug, so it will never be “fixed” from our side. Affected users need to watch the Chrome ticket, wait for the next Chrome version and upgrade when it is fixed.
Mon, Jun 8
Sat, Jun 6
This is a known upstream issue.
Mon, Jun 1
Sun, May 31
The vertical rule is on by default like CodeEditor, but users can disable or customize it (position/color/thickness) in their personal CSS.
JSON linting is now provided by the worker, but JSON highlighting requires T357480.
Sat, May 30
The only supported case is that the first argument of the parser function must be a page in the given namespace and the namespace prefix must be omitted. Other cases will not be supported.
How many extensions will need this? If there is only Widgets, we can hard code it, which is way more easier.
Sat, May 23
As is explained, there is nothing wrong in the code base.
Fri, May 22
Thu, May 21
It is already localizable, but someone needs to translate the messages into Czech on TranslateWiki.
Wed, May 20
Since JSON syntax highlighting is now using CodeMirror on WMF sites, this task is also relevant to CodeMirror.
Tue, May 19
Thu, May 14
Tue, May 12
May 9 2026
The task has been completed for one month, but gadget authors still need to implement the new JS interface for their specific needs.
May 8 2026
May 7 2026
May 6 2026
May 5 2026
This issue is due to Convenient-Discussions calling the CodeMirrorWikiEditor#destroy method. r1282370 has been merged to fix it.
This is a known issue which unfortunately we cannot improve at this moment.
The standard CodeMirror shortcut for deleting a line is Ctrl-Shift-K, but it is now occupied by inserting <ref></ref>. Ctrl-D is a good candidate which also makes it consistent with previous Ace editor.
May 2 2026
MediaWiki-extensions-CodeMirror now has its own CSS/JavaScript/JSON/Lua/Vue modes, and has become the default highlighter on WMF wikis.
TemplateStyles are now highlighted by MediaWiki-extensions-CodeMirror, which warns about unsupported vendor prefixes.
Apr 30 2026
Even if we want to support this feature, the shortcut should be reconsidered because insert is not a universally available key on keyboards.
Sure, I can work on it. There are a few things to consider though:
- Should it be default?
- Should it be toggleable?
- Should its position be configurable?
Apr 29 2026
I wonder if it is worth reporting upstream. It is reproducible on the CodeMirror playground, but it is not very clear what the expected behavior is.
Apr 28 2026
We need to first clarify what color formats should be supported. Given continuing development of CSS specs, it will be inefficient to increase the JS bundle size for some rarely used color formats.
insertNewlineAndIndent will replace tabs with spaces. Ideally, insertNewlineKeepIndent should be fixed upstream.
Apr 27 2026
Apr 26 2026
It was designed to prevent bold or italic plain texts in template/parser function arguments which can be ambiguous since the very beginning of this extension.
