@bhsd/codemirror-mediawiki 2.19.2 → 2.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/bidi.d.ts +0 -0
- package/dist/codemirror.d.ts +0 -0
- package/dist/config.d.ts +0 -0
- package/dist/escape.d.ts +0 -0
- package/dist/fold.d.ts +0 -0
- package/dist/linter.d.ts +0 -0
- package/dist/main.min.js +13 -13
- package/dist/matchTag.d.ts +0 -0
- package/dist/mediawiki.d.ts +0 -0
- package/dist/mw.min.js +16 -16
- package/dist/openExtLinks.d.ts +9 -0
- package/dist/plugins.d.ts +0 -0
- package/dist/ref.d.ts +0 -0
- package/dist/static.d.ts +0 -0
- package/dist/token.d.ts +0 -0
- package/dist/wiki.min.js +16 -16
- package/i18n/en.json +1 -1
- package/i18n/zh-hans.json +1 -1
- package/i18n/zh-hant.json +1 -1
- package/mediawiki.css +2 -1
- package/package.json +1 -1
- package/dist/ext.d.ts +0 -18
package/README.md
CHANGED
|
@@ -41,9 +41,11 @@
|
|
|
41
41
|
- [highlightSelectionMatches](#highlightselectionmatches)
|
|
42
42
|
- [codeFolding](#codefolding)
|
|
43
43
|
- [scrollPastEnd](#scrollpastend)
|
|
44
|
+
- [colorPicker](#colorpicker)
|
|
44
45
|
- [escape](#escape)
|
|
45
46
|
- [tagMatching](#tagmatching)
|
|
46
47
|
- [refHover](#refhover)
|
|
48
|
+
- [openExtLinks](#openextlinks)
|
|
47
49
|
|
|
48
50
|
</details>
|
|
49
51
|
|
|
@@ -547,3 +549,9 @@ Matched or unmatched tags are highlighted in cyan or dark red when the cursor is
|
|
|
547
549
|
*version added: 2.17.1*
|
|
548
550
|
|
|
549
551
|
Show the content of the `<ref>` tag defined elsewhere when hovering.
|
|
552
|
+
|
|
553
|
+
## openExtLinks
|
|
554
|
+
|
|
555
|
+
*version added: 2.19.3*
|
|
556
|
+
|
|
557
|
+
CTRL/CMD-click opens an external link in a new tab. This extension should be replaced by the [openLinks](./mw/README.md#openlinks) extension on a MediaWiki site.
|
package/dist/bidi.d.ts
CHANGED
|
File without changes
|
package/dist/codemirror.d.ts
CHANGED
|
File without changes
|
package/dist/config.d.ts
CHANGED
|
File without changes
|
package/dist/escape.d.ts
CHANGED
|
File without changes
|
package/dist/fold.d.ts
CHANGED
|
File without changes
|
package/dist/linter.d.ts
CHANGED
|
File without changes
|