@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 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
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