@bhsd/codemirror-mediawiki 2.18.14 → 2.19.1
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 -1
- package/dist/main.min.js +13 -13
- package/dist/mw.min.js +16 -16
- 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/package.json +3 -2
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ This repository contains a modified version of the frontend scripts and styles f
|
|
|
53
53
|
|
|
54
54
|
Here is a [demo](https://bhsd-harry.github.io/codemirror-mediawiki). To experiment with the RTL (right-to-left) support, you can append `?rtl=1` to the URL.
|
|
55
55
|
|
|
56
|
-
Nonetheless, this repository also provides a customized version with additional functionality for use
|
|
56
|
+
Nonetheless, this repository also provides a customized version with additional functionality for use on a MediaWiki site. Browser editing tools such as [Wikiplus-highlight](https://github.com/bhsd-harry/Wikiplus-highlight) and an [InPageEdit plugin](https://github.com/inpageedit/Plugins) are built upon it. Please refer to a separate [README](./mw/README.md) file for the information.
|
|
57
57
|
|
|
58
58
|
# Usage
|
|
59
59
|
|