OfflineExtension is an extension for WikiToLearn that will add offline support to the current Wiki Editor.
This extension notifies the user, his/her's internet connectivity status and if submitted while offline, will parse Wikitext to HTML and then renders it.
- Download and place the file(s) in a directory called
OfflineExtension
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
file:
require_once "$IP/extensions/OfflineExtension/OfflineExtension.php";
Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Wikitext is written in a lightweight markup language with specific syntax rules. The tags supported by the Offline Extension can be found here .
MediaWiki Documentation of OfflineExtension can be found here .
- Parsing WikiTables to HTML hasn't been added to the parser yet. It is under development.