Warning, /wikitolearn/wikitolearn-offline-extension/README.md is written in an unsupported language. File is not indexed.
0001 WikiEditor Extension : OfflineExtension 0002 ====== 0003 0004 **OfflineExtension** is an extension for WikiToLearn that will add offline support to the current Wiki Editor. 0005 0006 Features 0007 ---------------- 0008 0009 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. 0010 0011 0012 0013 Installation 0014 ---------------- 0015 - Download and place the file(s) in a directory called ```OfflineExtension``` in your ```extensions/``` folder. 0016 - Add the following code at the bottom of your ```LocalSettings.php``` file: 0017 0018 0019 0020 ``` 0021 require_once "$IP/extensions/OfflineExtension/OfflineExtension.php"; 0022 ``` 0023 0024 Navigate to Special:Version on your wiki to verify that the extension is successfully installed. 0025 0026 WikiText tags supported 0027 --------------- 0028 0029 Wikitext is written in a lightweight markup language with specific syntax rules. The tags supported by the Offline Extension can be found <a href="http://bit.ly/OfflineExtension"> here </a>. 0030 0031 Known Issues 0032 --------------- 0033 - Parsing WikiTables to HTML hasn't been added to the parser yet. It is under development.