@bhsd/codemirror-mediawiki 2.7.2 → 2.7.4
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 +1 -0
- package/dist/main.min.js +11 -11
- package/dist/mw.min.js +1 -1
- package/dist/mw.min.js.map +3 -3
- package/i18n/en.json +3 -3
- package/i18n/zh-hans.json +3 -3
- package/i18n/zh-hant.json +3 -3
- package/mediawiki.css +6 -1
- package/mw/README.md +1 -1
- package/mw/base.ts +1 -1
- package/mw/msg.ts +13 -3
- package/mw/openLinks.ts +36 -18
- package/mw/preference.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -485,6 +485,7 @@ Key bindings:
|
|
|
485
485
|
|
|
486
486
|
- `Ctrl` + `Shift` + `[`/`Cmd` + `Alt` + `[`: Fold the selected templates
|
|
487
487
|
- `Ctrl` + `Shift` + `]`/`Cmd` + `Alt` + `]`: Unfold the selected templates
|
|
488
|
+
- `Ctrl` + `Alt` + `[`: Fold all templates
|
|
488
489
|
- `Ctrl` + `Alt` + `]`: Unfold all templates
|
|
489
490
|
|
|
490
491
|
## tagMatching
|