MediaWiki: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) No edit summary |
Hoppinglife (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Necessary Plugins == | == Necessary Plugins == | ||
=== Plugins that requires almost no configurations === | |||
* Math | * Math | ||
* MobileFrontEnd | * MobileFrontEnd | ||
* NSFileRepo | |||
* YouTube | |||
=== Lockdown === | |||
* Follow the guide at [https://www.mediawiki.org/wiki/Extension:Lockdown Extension:Lockdown]. | |||
* The group <code>administrator</code> did not work for me for some reason. | |||
=== Mendeley === | |||
* Obtain a key through [https://dev.mendeley.com/myapps.html Mendeley interface] | |||
* Download and configure the extension at [https://www.mediawiki.org/wiki/Extension:Mendeley Extension:Mendeley]. | |||
=== Highlightjs Integration === | |||
* Setup up according to the MediaWiki [https://www.mediawiki.org/wiki/Extension:Highlightjs_Integration#Configuration guide] | |||
* download and replace the highlight package in the original extension pack via [https://highlightjs.org/download/ the official Highlightjs site] | |||
* and modify the styles section in <code>extension.json</code> to change its highlight style. See [https://www.mediawiki.org/wiki/Extension:Highlightjs_Integration#Configuration the configuration.] | |||
== Getting started == | == Getting started == | ||
Latest revision as of 23:37, 26 May 2020
Necessary Plugins
Plugins that requires almost no configurations
- Math
- MobileFrontEnd
- NSFileRepo
- YouTube
Lockdown
- Follow the guide at Extension:Lockdown.
- The group
administratordid not work for me for some reason.
Mendeley
- Obtain a key through Mendeley interface
- Download and configure the extension at Extension:Mendeley.
Highlightjs Integration
- Setup up according to the MediaWiki guide
- download and replace the highlight package in the original extension pack via the official Highlightjs site
- and modify the styles section in
extension.jsonto change its highlight style. See the configuration.